Modifier and Type | Method and Description |
---|---|
List<Reference> |
PreparedPlan.getReferences()
Return the list of Reference.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Request.checkReferences(List<Reference> references) |
protected void |
PreparedStatementRequest.checkReferences(List<Reference> references) |
static void |
PreparedStatementRequest.resolveParameterValues(List<Reference> params,
List values,
CommandContext context,
QueryMetadataInterface metadata) |
void |
PreparedPlan.setReferences(List<Reference> refsValue)
Set the list of Reference.
|
Modifier and Type | Method and Description |
---|---|
void |
AliasGenerator.visit(Reference obj) |
Modifier and Type | Method and Description |
---|---|
Reference |
SQLParser.parameterReference(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
InsertPlanExecutionNode.setReferences(List<Reference> references) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(Reference obj) |
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(Reference obj) |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
CorrelatedReferenceCollectorVisitor.getReferences() |
List<Reference> |
ReferenceCollectorVisitor.getReferences()
Get the references collected by the visitor.
|
static List<Reference> |
ReferenceCollectorVisitor.getReferences(LanguageObject obj)
Helper to quickly get the references from obj in a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CorrelatedReferenceCollectorVisitor.visit(Reference obj)
Visit a language object and collect symbols.
|
void |
SQLStringVisitor.visit(Reference obj) |
void |
ReferenceCollectorVisitor.visit(Reference obj)
Visit a language object and collect symbols.
|
void |
EvaluatableVisitor.visit(Reference obj)
We assume the non-push down for correlation variables,
then make specific checks when correlated variables are allowed.
|
Modifier and Type | Method and Description |
---|---|
static void |
CorrelatedReferenceCollectorVisitor.collectReferences(LanguageObject obj,
Collection<GroupSymbol> groupSymbols,
List<Reference> correlatedReferences,
QueryMetadataInterface metadata)
Helper to use this visitor.
|
Copyright © 2019. All rights reserved.