|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableContext | |
|---|---|
| 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 | |
| Uses of VariableContext in org.teiid.query.processor |
|---|
| Constructor parameters in org.teiid.query.processor with type arguments of type VariableContext | |
|---|---|
BatchedUpdatePlan(java.util.List childPlans,
int commandsInBatch,
java.util.List<VariableContext> contexts)
|
|
| Uses of VariableContext in org.teiid.query.processor.proc |
|---|
| Methods in org.teiid.query.processor.proc that return VariableContext | |
|---|---|
VariableContext |
ProcedurePlan.getCurrentVariableContext()
Get the current VariavleContext on this environment. |
| Methods in org.teiid.query.processor.proc with parameters of type VariableContext | |
|---|---|
protected void |
ProcedurePlan.setParameterValue(ElementSymbol param,
VariableContext context,
java.lang.Object value)
|
| Uses of VariableContext in org.teiid.query.processor.relational |
|---|
| Methods in org.teiid.query.processor.relational with parameters of type VariableContext | |
|---|---|
protected boolean |
DependentProcedureCriteriaProcessor.prepareNextCommand(VariableContext context)
|
| Constructor parameters in org.teiid.query.processor.relational with type arguments of type VariableContext | |
|---|---|
BatchedUpdateNode(int nodeID,
java.util.List<Command> commands,
java.util.List<VariableContext> contexts,
java.util.List<java.lang.Boolean> shouldEvaluate,
java.lang.String modelName)
|
|
| Uses of VariableContext in org.teiid.query.sql.lang |
|---|
| Methods in org.teiid.query.sql.lang that return types with arguments of type VariableContext | |
|---|---|
java.util.List<VariableContext> |
BatchedUpdateCommand.getVariableContexts()
|
| Method parameters in org.teiid.query.sql.lang with type arguments of type VariableContext | |
|---|---|
void |
BatchedUpdateCommand.setVariableContexts(java.util.List<VariableContext> variableContexts)
|
| Uses of VariableContext in org.teiid.query.sql.util |
|---|
| Methods in org.teiid.query.sql.util that return VariableContext | |
|---|---|
VariableContext |
VariableContext.getParentContext()
Get the parent context for this variable context. |
| Methods in org.teiid.query.sql.util with parameters of type VariableContext | |
|---|---|
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. |
| Uses of VariableContext in org.teiid.query.util |
|---|
| Methods in org.teiid.query.util that return VariableContext | |
|---|---|
VariableContext |
CommandContext.getVariableContext()
|
| Methods in org.teiid.query.util with parameters of type VariableContext | |
|---|---|
void |
CommandContext.pushVariableContext(VariableContext toPush)
|
void |
CommandContext.setVariableContext(VariableContext variableContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||