public class ReturnInstruction extends ProgramInstruction
| Constructor and Description |
|---|
ReturnInstruction() |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
getDescriptionProperties() |
void |
process(ProcedurePlan env)
Allow this instruction to do whatever processing it needs, and to
in turn manipulate the running program.
|
String |
toString() |
clone, requiresTransactionpublic void process(ProcedurePlan env) throws TeiidComponentException
ProgramInstructionincrement the program counter of the current program, but specialized
instructions may add sub programs to the stack or not increment the counter (so that they are executed again.)process in class ProgramInstructionTeiidComponentExceptionpublic PlanNode getDescriptionProperties()
getDescriptionProperties in class ProgramInstructionCopyright © 2019. All rights reserved.