/AWS1/CL_QSTCUSTOMSQL¶
A physical table type built from the results of the custom SQL query.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasourcearn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the data source.
iv_name TYPE /AWS1/QSTCUSTOMSQLNAME /AWS1/QSTCUSTOMSQLNAME¶
A display name for the SQL query result.
iv_sqlquery TYPE /AWS1/QSTSQLQUERY /AWS1/QSTSQLQUERY¶
The SQL query.
Optional arguments:¶
it_columns TYPE /AWS1/CL_QSTINPUTCOLUMN=>TT_INPUTCOLUMNLIST TT_INPUTCOLUMNLIST¶
The column schema from the SQL query result set.
Queryable Attributes¶
DataSourceArn¶
The Amazon Resource Name (ARN) of the data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCEARN() |
Getter for DATASOURCEARN, with configurable default |
ASK_DATASOURCEARN() |
Getter for DATASOURCEARN w/ exceptions if field has no value |
HAS_DATASOURCEARN() |
Determine if DATASOURCEARN has a value |
Name¶
A display name for the SQL query result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
SqlQuery¶
The SQL query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQLQUERY() |
Getter for SQLQUERY, with configurable default |
ASK_SQLQUERY() |
Getter for SQLQUERY w/ exceptions if field has no value |
HAS_SQLQUERY() |
Determine if SQLQUERY has a value |
Columns¶
The column schema from the SQL query result set.
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 |