org.teiid.query.processor.proc
Interface RepeatedInstruction
- All Known Implementing Classes:
- LoopInstruction, WhileInstruction
public interface RepeatedInstruction
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.