Uses of Class
org.teiid.query.sql.util.VariableContext
-
Packages that use VariableContext Package Description 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.proc
Methods in org.teiid.query.processor.proc that return VariableContext Modifier and Type Method Description VariableContext
ProcedurePlan. getCurrentVariableContext()
Get the currentVariavleContext
on this environment.Methods in org.teiid.query.processor.proc with parameters of type VariableContext Modifier and Type Method Description protected void
ProcedurePlan. setParameterValue(ElementSymbol param, VariableContext context, Object value)
-
Uses of VariableContext in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational with parameters of type VariableContext Modifier and Type Method Description protected boolean
DependentProcedureCriteriaProcessor. prepareNextCommand(VariableContext context)
-
Uses of VariableContext in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return types with arguments of type VariableContext Modifier and Type Method Description List<VariableContext>
BatchedUpdateCommand. getVariableContexts()
Method parameters in org.teiid.query.sql.lang with type arguments of type VariableContext Modifier and Type Method Description void
BatchedUpdateCommand. setVariableContexts(List<VariableContext> variableContexts)
-
Uses of VariableContext in org.teiid.query.sql.util
Methods in org.teiid.query.sql.util that return VariableContext Modifier and Type Method Description VariableContext
VariableContext. getParentContext()
Get the parent context for this variable context.Methods in org.teiid.query.sql.util with parameters of type VariableContext Modifier and Type Method 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. -
Uses of VariableContext in org.teiid.query.util
Methods in org.teiid.query.util that return VariableContext Modifier and Type Method Description VariableContext
CommandContext. getVariableContext()
Methods in org.teiid.query.util with parameters of type VariableContext Modifier and Type Method Description void
CommandContext. pushVariableContext(VariableContext toPush)
void
CommandContext. setVariableContext(VariableContext variableContext)
-