站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.ejb.plugins.cmp.ejbql.SelectFunction (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.ejb.plugins.cmp.ejbql.SelectFunction

Packages that use SelectFunction
org.jboss.ejb.plugins.cmp.ejbql Package description goes here
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
org.jboss.ejb.plugins.cmp.jdbc2   
 

Uses of SelectFunction in org.jboss.ejb.plugins.cmp.ejbql
 

Classes in org.jboss.ejb.plugins.cmp.ejbql that implement SelectFunction
 class AggregateFunction
           
 class ASTAbs
          This abstract syntax node represents an ABS function.
 class ASTAvg
          This abstract syntax node represents AVG function.
 class ASTConcat
          This abstract syntax node represents a concat function.
 class ASTCount
          This abstract syntax node represents a count function.
 class ASTLCase
          This abstract syntax node represents a LCase function.
 class ASTLength
          This abstract syntax node represents a length function.
 class ASTLocate
          This abstract syntax node represents a locate function.
 class ASTMax
          This abstract syntax node represents MAX function.
 class ASTMin
          This abstract syntax node represents MIN function.
 class ASTMod
          This abstract syntax node represents an ABS function.
 class ASTSqrt
          This abstract syntax node represents a square root function.
 class ASTSubstring
          This abstract syntax node represents a substring function.
 class ASTSum
          This abstract syntax node represents SUM function.
 class ASTUCase
          This abstract syntax node represents a UCase function.
 

Uses of SelectFunction in org.jboss.ejb.plugins.cmp.jdbc
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return SelectFunction
 SelectFunction QLCompiler.getSelectFunction()
           
 SelectFunction JDBCEJBQLCompiler.getSelectFunction()
           
 SelectFunction EJBQLToSQL92Compiler.getSelectFunction()
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc with parameters of type SelectFunction
protected  Collection JDBCAbstractQueryCommand.execute(String sql, Object[] args, int offset, int limit, JDBCEntityBridge selectEntity, JDBCCMPFieldBridge selectField, SelectFunction selectFunction, JDBCStoreManager selectManager, boolean[] eagerLoadMask, List parameters, List onFindCMRList, JDBCQueryMetaData queryMetaData, GenericEntityObjectFactory factory, org.jboss.logging.Logger log)
           
protected  void JDBCAbstractQueryCommand.setSelectFunction(SelectFunction func, JDBCStoreManager manager)
           
 

Uses of SelectFunction in org.jboss.ejb.plugins.cmp.jdbc2
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2 with parameters of type SelectFunction
protected  void AbstractQueryCommand.setFunctionReader(SelectFunction func)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.