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