|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterTable | |
---|---|
org.apache.jdo.impl.jdoql | |
org.apache.jdo.impl.jdoql.jdoqlc | |
org.apache.jdo.impl.jdoql.scope |
Uses of ParameterTable in org.apache.jdo.impl.jdoql |
---|
Constructors in org.apache.jdo.impl.jdoql with parameters of type ParameterTable | |
---|---|
MemoryQuery(ParameterTable parameters,
VariableTable variables)
Constructs an instance of this class for the specified paramter table and variable table. |
|
MemoryQuery(org.apache.jdo.pm.PersistenceManagerInternal pm,
ParameterTable parameters,
VariableTable variables)
Constructs an instance of this class for the specified paramter table and variable table. |
|
QueryResultHelperImpl(org.apache.jdo.pm.PersistenceManagerInternal pm,
QueryTree queryTree,
java.lang.Object candidates,
ParameterTable parameters,
VariableTable variables)
|
Uses of ParameterTable in org.apache.jdo.impl.jdoql.jdoqlc |
---|
Fields in org.apache.jdo.impl.jdoql.jdoqlc declared as ParameterTable | |
---|---|
protected ParameterTable |
Optimizer.paramtab
The query parameter table |
protected ParameterTable |
Semantic.paramtab
The query parameter table |
Methods in org.apache.jdo.impl.jdoql.jdoqlc with parameters of type ParameterTable | |
---|---|
void |
Optimizer.init(org.apache.jdo.pm.PersistenceManagerInternal pm,
ParameterTable paramtab,
ErrorMsg errorMsg)
|
void |
Semantic.init(TypeSupport typeSupport,
ParameterTable paramtab,
VariableTable vartab,
ErrorMsg errorMsg)
|
JDOQLAST |
JDOQLC.optimize(JDOQLAST tree,
ParameterTable paramtab)
|
JDOQLAST |
JDOQLC.semanticCheck(ParameterTable paramtab,
VariableTable vartab)
|
Uses of ParameterTable in org.apache.jdo.impl.jdoql.scope |
---|
Methods in org.apache.jdo.impl.jdoql.scope that return ParameterTable | |
---|---|
ParameterTable |
ParameterTable.getCopy()
Returns a copy of this ParameterTable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |