Package | Description |
---|---|
org.apache.jdo.impl.jdoql | |
org.apache.jdo.impl.jdoql.jdoqlc | |
org.apache.jdo.impl.jdoql.scope |
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
protected VariableTable |
Semantic.vartab
The variable table.
|
Modifier and Type | Method and Description |
---|---|
void |
Semantic.init(TypeSupport typeSupport,
ParameterTable paramtab,
VariableTable vartab,
ErrorMsg errorMsg) |
JDOQLAST |
JDOQLC.semanticCheck(ParameterTable paramtab,
VariableTable vartab) |
Modifier and Type | Method and Description |
---|---|
VariableTable |
VariableTable.getCopy()
Returns a copy of this VariableTable.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.