/AWS1/CL_QLSSENDCOMMANDRESULT¶
SendCommandResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_startsession TYPE REF TO /AWS1/CL_QLSSTARTSESSIONRESULT /AWS1/CL_QLSSTARTSESSIONRESULT¶
Contains the details of the started session that includes a session token. This
SessionTokenis required for every subsequent command that is issued during the current session.
io_starttransaction TYPE REF TO /AWS1/CL_QLSSTARTTRANSACTRSLT /AWS1/CL_QLSSTARTTRANSACTRSLT¶
Contains the details of the started transaction.
io_endsession TYPE REF TO /AWS1/CL_QLSENDSESSIONRESULT /AWS1/CL_QLSENDSESSIONRESULT¶
Contains the details of the ended session.
io_committransaction TYPE REF TO /AWS1/CL_QLSCOMMITTRANSACTRSLT /AWS1/CL_QLSCOMMITTRANSACTRSLT¶
Contains the details of the committed transaction.
io_aborttransaction TYPE REF TO /AWS1/CL_QLSABORTTRANSACTRSLT /AWS1/CL_QLSABORTTRANSACTRSLT¶
Contains the details of the aborted transaction.
io_executestatement TYPE REF TO /AWS1/CL_QLSEXECUTESTMTRESULT /AWS1/CL_QLSEXECUTESTMTRESULT¶
Contains the details of the executed statement.
io_fetchpage TYPE REF TO /AWS1/CL_QLSFETCHPAGERESULT /AWS1/CL_QLSFETCHPAGERESULT¶
Contains the details of the fetched page.
Queryable Attributes¶
StartSession¶
Contains the details of the started session that includes a session token. This
SessionTokenis required for every subsequent command that is issued during the current session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTSESSION() |
Getter for STARTSESSION |
StartTransaction¶
Contains the details of the started transaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTRANSACTION() |
Getter for STARTTRANSACTION |
EndSession¶
Contains the details of the ended session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDSESSION() |
Getter for ENDSESSION |
CommitTransaction¶
Contains the details of the committed transaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMITTRANSACTION() |
Getter for COMMITTRANSACTION |
AbortTransaction¶
Contains the details of the aborted transaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABORTTRANSACTION() |
Getter for ABORTTRANSACTION |
ExecuteStatement¶
Contains the details of the executed statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTESTATEMENT() |
Getter for EXECUTESTATEMENT |
FetchPage¶
Contains the details of the fetched page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FETCHPAGE() |
Getter for FETCHPAGE |