org.teiid.query.processor.proc
Interface RepeatedInstruction

All Known Implementing Classes:
LoopInstruction, WhileInstruction

public interface RepeatedInstruction


Method Summary
 Program getNestedProgram()
           
 void postInstruction(ProcedurePlan procEnv)
           
 boolean testCondition(ProcedurePlan procEnv)
           
 

Method Detail

testCondition

boolean testCondition(ProcedurePlan procEnv)
                      throws TeiidComponentException,
                             TeiidProcessingException
Throws:
TeiidComponentException
TeiidProcessingException

getNestedProgram

Program getNestedProgram()

postInstruction

void postInstruction(ProcedurePlan procEnv)
                     throws TeiidComponentException
Throws:
TeiidComponentException


Copyright © 2011. All Rights Reserved.