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