Uses of Class
org.apache.jdo.impl.jdoql.scope.ParameterTable

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
 

Fields in org.apache.jdo.impl.jdoql declared as ParameterTable
(package private)  ParameterTable MemoryQuery.parameters
           
private  ParameterTable QueryImpl.paramtab
          Represents parameter values.
private  ParameterTable QueryResultHelperImpl.parameters
          The table of parameter values.
 

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
 JDOQLAST JDOQLC.semanticCheck(ParameterTable paramtab, VariableTable vartab)
           
 JDOQLAST JDOQLC.optimize(JDOQLAST tree, ParameterTable paramtab)
           
 void Optimizer.init(org.apache.jdo.pm.PersistenceManagerInternal pm, ParameterTable paramtab, ErrorMsg errorMsg)
           
 void Semantic.init(TypeSupport typeSupport, ParameterTable paramtab, VariableTable vartab, ErrorMsg errorMsg)
           
 

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.