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
 

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(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 ParameterTable in org.apache.jdo.impl.jdoql.jdoqlc
 

Fields in org.apache.jdo.impl.jdoql.jdoqlc declared as ParameterTable
protected  ParameterTable Semantic.paramtab
          The query parameter table
protected  ParameterTable Optimizer.paramtab
          The query parameter table
 

Methods in org.apache.jdo.impl.jdoql.jdoqlc with parameters of type ParameterTable
 void Semantic.init(TypeSupport typeSupport, ParameterTable paramtab, VariableTable vartab, ErrorMsg errorMsg)
           
 void Optimizer.init(PersistenceManagerInternal pm, ParameterTable paramtab, ErrorMsg errorMsg)
           
 JDOQLAST JDOQLC.semanticCheck(ParameterTable paramtab, VariableTable vartab)
           
 JDOQLAST JDOQLC.optimize(JDOQLAST tree, ParameterTable paramtab)
           
 

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.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.