|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext | |
---|---|
com.metamatrix.query.processor.proc | |
com.metamatrix.query.processor.relational | |
com.metamatrix.query.sql.util | |
com.metamatrix.query.util |
Uses of VariableContext in com.metamatrix.query.processor.proc |
---|
Methods in com.metamatrix.query.processor.proc that return VariableContext | |
---|---|
VariableContext |
ProcedurePlan.getCurrentVariableContext()
Get the current VariavleContext on this environment. |
Methods in com.metamatrix.query.processor.proc with parameters of type VariableContext | |
---|---|
protected void |
AssignmentInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
protected abstract void |
AbstractAssignmentInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
protected void |
ErrorInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
Uses of VariableContext in com.metamatrix.query.processor.relational |
---|
Methods in com.metamatrix.query.processor.relational with parameters of type VariableContext | |
---|---|
protected boolean |
DependentProcedureCriteriaProcessor.prepareNextCommand(VariableContext context)
|
Constructor parameters in com.metamatrix.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 com.metamatrix.query.sql.util |
---|
Methods in com.metamatrix.query.sql.util that return VariableContext | |
---|---|
VariableContext |
VariableContext.getParentContext()
Get the parent context for this variable context. |
Methods in com.metamatrix.query.sql.util with parameters of type VariableContext | |
---|---|
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 com.metamatrix.query.util |
---|
Methods in com.metamatrix.query.util that return VariableContext | |
---|---|
VariableContext |
CommandContext.getVariableContext()
|
Methods in com.metamatrix.query.util with parameters of type VariableContext | |
---|---|
void |
CommandContext.pushVariableContext(VariableContext toPush)
|
void |
CommandContext.setVariableContext(VariableContext variableContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |