| Interface | Description |
|---|---|
| RepeatedInstruction |
| Class | Description |
|---|---|
| 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).
|
| BlockInstruction | |
| BranchingInstruction |
This
ProgramInstruction continue with the next loop when processed |
| CreateCursorResultSetInstruction | |
| ErrorInstruction |
This instruction updates the current variable context with the Variable defined using
the declare statement that is used in constructing this instruction.
|
| ExecDynamicSqlInstruction |
Executes a SQL statement, and remove its results from the buffer manager.
|
| ForEachRowPlan | |
| IfInstruction |
This instruction an holds an if block and an else block and a criteria that determines
which block will be executed.
|
| LoopInstruction | |
| ProcedurePlan | |
| Program |
A program is a sequence of
ProgramInstruction. |
| ProgramInstruction |
Abstract superclass of all program instructions.
|
| ReturnInstruction | |
| WhileInstruction |
| Enum | Description |
|---|---|
| CreateCursorResultSetInstruction.Mode |
Copyright © 2018 JBoss by Red Hat. All rights reserved.