Uses of Class
com.metamatrix.query.processor.proc.ProcedureEnvironment

Packages that use ProcedureEnvironment
com.metamatrix.query.processor.proc   
 

Uses of ProcedureEnvironment in com.metamatrix.query.processor.proc
 

Methods in com.metamatrix.query.processor.proc with parameters of type ProcedureEnvironment
 void WhileInstruction.postInstruction(ProcedureEnvironment procEnv)
           
 void RepeatedInstruction.postInstruction(ProcedureEnvironment procEnv)
           
 void LoopInstruction.postInstruction(ProcedureEnvironment procEnv)
           
 boolean WhileInstruction.testCondition(ProcedureEnvironment procEnv)
           
 boolean RepeatedInstruction.testCondition(ProcedureEnvironment procEnv)
           
 boolean LoopInstruction.testCondition(ProcedureEnvironment procEnv)
           
 

Constructors in com.metamatrix.query.processor.proc with parameters of type ProcedureEnvironment
ProcedurePlan(ProcedureEnvironment env)
          Constructor for ProcedurePlan.
 



Copyright © 2009. All Rights Reserved.