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

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

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

Subclasses of CommandInstruction in com.metamatrix.query.processor.proc
 class AbstractAssignmentInstruction
           This instruction updates the current variable context with a value for the Variable defined using a DeclareInstruction, the variable value is obtained by either processing a expression or a command(stored as a processplan).
 class AssignmentInstruction
           This instruction updates the current variable context with a value for the Variable defined using a DeclareInstruction, the vriable value is obtained by either processing a expression or a command(stored as a processplan).
 class CreateCursorResultSetInstruction
           
 class ErrorInstruction
           This instruction updates the current variable context with the Variable defined using the declare statement that is used in constructing this instruction.
 class ExecDynamicSqlInstruction
           Executes a SQL statement, and remove its results from the buffer manager.
 class ExecSqlInstruction
           Executes a SQL statement, and remove its results from the buffer manager.
 class LoopInstruction
           
 



Copyright © 2009. All Rights Reserved.