|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext | |
---|---|
com.metamatrix.query.processor.proc | |
com.metamatrix.query.sql.util |
Uses of VariableContext in com.metamatrix.query.processor.proc |
---|
Methods in com.metamatrix.query.processor.proc that return VariableContext | |
---|---|
VariableContext |
ProcedureEnvironment.getCurrentVariableContext()
Get the current VariavleContext on this environment. |
Methods in com.metamatrix.query.processor.proc with parameters of type VariableContext | |
---|---|
protected void |
ErrorInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
protected void |
AssignmentInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
protected abstract void |
AbstractAssignmentInstruction.processValue(java.lang.Object value,
VariableContext varContext)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |