|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |