|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reference | |
|---|---|
| com.metamatrix.query.optimizer.relational | |
| com.metamatrix.query.resolver.util | |
| com.metamatrix.query.sql | |
| 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.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.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.List<Reference> |
ReferenceCollectorVisitor.getReferences()
Get the references collected by the visitor. |
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 |
SQLStringVisitor.visit(Reference obj)
|
void |
ReferenceCollectorVisitor.visit(Reference obj)
Visit a language object and collect symbols. |
void |
NeedsEvaluationVisitor.visit(Reference obj)
|
void |
EvaluatableVisitor.visit(Reference obj)
|
void |
CorrelatedReferenceCollectorVisitor.visit(Reference obj)
Visit a language object and collect symbols. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||