Package | Description |
---|---|
org.jboss.as.cmp.ejbql | |
org.jboss.as.cmp.jdbc | |
org.jboss.as.cmp.jdbc2 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMappedTypeFunction
A AbstractMappedTypeFunction.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SelectFunction |
QLCompiler.getSelectFunction() |
SelectFunction |
JDBCEJBQLCompiler.getSelectFunction() |
SelectFunction |
EJBQLToSQL92Compiler.getSelectFunction() |
Modifier and Type | Method and Description |
---|---|
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,
JDBCQueryCommand.EntityProxyFactory factory,
org.jboss.logging.Logger log) |
protected void |
JDBCAbstractQueryCommand.setSelectFunction(SelectFunction func,
JDBCStoreManager manager) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryCommand.setFunctionReader(SelectFunction func) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.