Uses of Class
com.metamatrix.query.sql.symbol.Reference

Packages that use Reference
com.metamatrix.query.optimizer.relational   
com.metamatrix.query.processor.proc   
com.metamatrix.query.processor.relational   
com.metamatrix.query.resolver.util   
com.metamatrix.query.sql   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
 

Uses of Reference in com.metamatrix.query.optimizer.relational
 

Methods in com.metamatrix.query.optimizer.relational with parameters of type Reference
 void AliasGenerator.visit(Reference obj)
           
 

Uses of Reference in com.metamatrix.query.processor.proc
 

Method parameters in com.metamatrix.query.processor.proc with type arguments of type Reference
 void ProcedurePlan.setImplicitParams(java.util.Map<ElementSymbol,Reference> implicitParams)
           
 

Uses of Reference in com.metamatrix.query.processor.relational
 

Method parameters in com.metamatrix.query.processor.relational with type arguments of type Reference
 void InsertPlanExecutionNode.setReferences(java.util.List<Reference> references)
           
 

Uses of Reference in com.metamatrix.query.resolver.util
 

Methods in com.metamatrix.query.resolver.util with parameters of type Reference
 void BindVariableVisitor.visit(Reference obj)
          Visit a Reference object and bind it based on the bindings
 

Uses of Reference in com.metamatrix.query.sql
 

Methods in com.metamatrix.query.sql with parameters of type Reference
 void LanguageVisitor.visit(Reference obj)
           
 

Uses of Reference in com.metamatrix.query.sql.lang
 

Methods in com.metamatrix.query.sql.lang that return types with arguments of type Reference
 java.util.Map<ElementSymbol,Reference> TranslatableProcedureContainer.getImplicitParams()
          Get the implicit parameters (if any) created by translate criteria
 

Method parameters in com.metamatrix.query.sql.lang with type arguments of type Reference
 void TranslatableProcedureContainer.addImplicitParameters(java.util.Map<ElementSymbol,Reference> parameters)
           
 

Uses of Reference in com.metamatrix.query.sql.navigator
 

Methods in com.metamatrix.query.sql.navigator with parameters of type Reference
 void PreOrPostOrderNavigator.visit(Reference obj)
           
 

Uses of Reference in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.query.sql.visitor that return types with arguments of type Reference
 java.util.Map<ElementSymbol,Reference> CriteriaTranslatorVisitor.getImplicitParams()
           
 java.util.List<Reference> ReferenceCollectorVisitor.getReferences()
          Get the references collected by the visitor.
 java.util.List<Reference> CorrelatedReferenceCollectorVisitor.getReferences()
           
static java.util.List<Reference> ReferenceCollectorVisitor.getReferences(LanguageObject obj)
          Helper to quickly get the references from obj in a collection.
 

Methods in com.metamatrix.query.sql.visitor with parameters of type Reference
 void ReferenceCollectorVisitor.visit(Reference obj)
          Visit a language object and collect symbols.
 void CorrelatedReferenceCollectorVisitor.visit(Reference obj)
          Visit a language object and collect symbols.
 void SQLStringVisitor.visit(Reference obj)
           
 void EvaluatableVisitor.visit(Reference obj)
          We assume the non-push down for correlation variables, then make specific checks when correlated variables are allowed.
 

Method parameters in com.metamatrix.query.sql.visitor with type arguments of type Reference
static void CorrelatedReferenceCollectorVisitor.collectReferences(LanguageObject obj, java.util.Collection<GroupSymbol> groupSymbols, java.util.List<Reference> correlatedReferences)
          Helper to use this visitor.
 

Constructor parameters in com.metamatrix.query.sql.visitor with type arguments of type Reference
CorrelatedReferenceCollectorVisitor(java.util.Collection<GroupSymbol> groupSymbols, java.util.List<Reference> correlatedReferences)
           
 



Copyright © 2009. All Rights Reserved.