/AWS1/CL_TSQPREPAREQUERYRSP¶
PrepareQueryResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_querystring TYPE /AWS1/TSQQUERYSTRING /AWS1/TSQQUERYSTRING¶
The query string that you want prepare.
it_columns TYPE /AWS1/CL_TSQSELECTCOLUMN=>TT_SELECTCOLUMNLIST TT_SELECTCOLUMNLIST¶
A list of SELECT clause columns of the submitted query string.
it_parameters TYPE /AWS1/CL_TSQPARAMETERMAPPING=>TT_PARAMETERMAPPINGLIST TT_PARAMETERMAPPINGLIST¶
A list of parameters used in the submitted query string.
Queryable Attributes¶
QueryString¶
The query string that you want prepare.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTRING() |
Getter for QUERYSTRING, with configurable default |
ASK_QUERYSTRING() |
Getter for QUERYSTRING w/ exceptions if field has no value |
HAS_QUERYSTRING() |
Determine if QUERYSTRING has a value |
Columns¶
A list of SELECT clause columns of the submitted query string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNS() |
Getter for COLUMNS, with configurable default |
ASK_COLUMNS() |
Getter for COLUMNS w/ exceptions if field has no value |
HAS_COLUMNS() |
Determine if COLUMNS has a value |
Parameters¶
A list of parameters used in the submitted query string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |