Skip to content

/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 SessionToken is 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 SessionToken is 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