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

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
 

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(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 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
 void Semantic.init(TypeSupport typeSupport, ParameterTable paramtab, VariableTable vartab, ErrorMsg errorMsg)
           
 JDOQLAST JDOQLC.semanticCheck(ParameterTable paramtab, VariableTable vartab)
           
 

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.
 



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