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

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

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

Subclasses of AbstractAssignmentInstruction in com.metamatrix.query.processor.proc
 class AssignmentInstruction
           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 ErrorInstruction
           This instruction updates the current variable context with the Variable defined using the declare statement that is used in constructing this instruction.
 

Methods in com.metamatrix.query.processor.proc with parameters of type AbstractAssignmentInstruction
protected  void AbstractAssignmentInstruction.cloneState(AbstractAssignmentInstruction clone)
           
 



Copyright © 2009. All Rights Reserved.