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
QueryResultHelperImpl(org.apache.jdo.pm.PersistenceManagerInternal pm, QueryTree queryTree, java.lang.Object candidates, ParameterTable parameters, VariableTable variables)
           
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.
 

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.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.