Package | Description |
---|---|
org.teiid.query.processor | |
org.teiid.query.processor.proc | |
org.teiid.query.processor.relational | |
org.teiid.query.sql.lang | |
org.teiid.query.sql.util | |
org.teiid.query.util |
Constructor and Description |
---|
BatchedUpdatePlan(List<? extends ProcessorPlan> childPlans,
int commandsInBatch,
List<VariableContext> contexts,
boolean singleResult) |
Modifier and Type | Method and Description |
---|---|
VariableContext |
ProcedurePlan.getCurrentVariableContext()
Get the current
VariavleContext on this environment. |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcedurePlan.setParameterValue(ElementSymbol param,
VariableContext context,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DependentProcedureCriteriaProcessor.prepareNextCommand(VariableContext context) |
Constructor and Description |
---|
BatchedUpdateNode(int nodeID,
List<Command> commands,
List<VariableContext> contexts,
List<Boolean> shouldEvaluate,
String modelName) |
Modifier and Type | Method and Description |
---|---|
List<VariableContext> |
BatchedUpdateCommand.getVariableContexts() |
Modifier and Type | Method and Description |
---|---|
void |
BatchedUpdateCommand.setVariableContexts(List<VariableContext> variableContexts) |
Modifier and Type | Method and Description |
---|---|
VariableContext |
VariableContext.getParentContext()
Get the parent context for this variable context.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableContext.putAll(VariableContext other) |
void |
VariableContext.setParentContext(VariableContext parent)
Set the parent variable context for this variable context, when looking up
the variable's value, if the variable is not present in the current context,
the parent context is lookedup.
|
Modifier and Type | Method and Description |
---|---|
VariableContext |
CommandContext.getVariableContext() |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.pushVariableContext(VariableContext toPush) |
void |
CommandContext.setVariableContext(VariableContext variableContext) |
Copyright © 2019. All rights reserved.