当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
ASTAvg (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.ejbql
Class ASTAvg
java.lang.Object
org.jboss.ejb.plugins.cmp.ejbql.SimpleNode
org.jboss.ejb.plugins.cmp.ejbql.AggregateFunction
org.jboss.ejb.plugins.cmp.ejbql.ASTAvg
- All Implemented Interfaces:
- SelectFunction
- public final class ASTAvg
- extends AggregateFunction
- implements SelectFunction
This abstract syntax node represents AVG function.
- Version:
- $Revision: 1.7 $
- Author:
- Alex Loubyansky
Constructor Summary |
ASTAvg(int id)
|
ASTAvg
public ASTAvg(int id)
jjtAccept
public Object jjtAccept(JBossQLParserVisitor visitor,
Object data)
- Accept the visitor. *
- Overrides:
jjtAccept
in class SimpleNode
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.