| Modifier and Type | Interface and Description |
|---|---|
interface |
IOFiles
A representation of the files specified in the USING clause in a MERGE or SORT statement, or
the GIVING clause in a SORT statement.
|
interface |
IOProcedure
A representation of the procedures in the OUTPUT PROCEDURE clause in the MERGE and SORT
statements, and the INPUT PROCEDURE clause in a SORT statement.
|
| Modifier and Type | Method and Description |
|---|---|
IOFilesOrProcedure |
SortStmt.getGivingOrOutputProc()
Returns the value of the 'Giving Or Output Proc' containment reference.
|
IOFilesOrProcedure |
MergeStmt.getGivingOrOutputProc()
Returns the value of the 'Giving Or Output Proc' containment reference.
|
IOFilesOrProcedure |
SortStmt.getUsingOrInputProc()
Returns the value of the 'Using Or Input Proc' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortStmt.setGivingOrOutputProc(IOFilesOrProcedure value)
Sets the value of the '
Giving Or Output Proc' containment reference. |
void |
MergeStmt.setGivingOrOutputProc(IOFilesOrProcedure value)
Sets the value of the '
Giving Or Output Proc' containment reference. |
void |
SortStmt.setUsingOrInputProc(IOFilesOrProcedure value)
Sets the value of the '
Using Or Input Proc' containment reference. |