/AWS1/CL_ATHPREPAREDSTATEMENT¶
A prepared SQL statement for use with Athena.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statementname TYPE /AWS1/ATHSTATEMENTNAME /AWS1/ATHSTATEMENTNAME¶
The name of the prepared statement.
iv_querystatement TYPE /AWS1/ATHQUERYSTRING /AWS1/ATHQUERYSTRING¶
The query string for the prepared statement.
iv_workgroupname TYPE /AWS1/ATHWORKGROUPNAME /AWS1/ATHWORKGROUPNAME¶
The name of the workgroup to which the prepared statement belongs.
iv_description TYPE /AWS1/ATHDESCRIPTIONSTRING /AWS1/ATHDESCRIPTIONSTRING¶
The description of the prepared statement.
iv_lastmodifiedtime TYPE /AWS1/ATHDATE /AWS1/ATHDATE¶
The last modified time of the prepared statement.
Queryable Attributes¶
StatementName¶
The name of the prepared statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENTNAME() |
Getter for STATEMENTNAME, with configurable default |
ASK_STATEMENTNAME() |
Getter for STATEMENTNAME w/ exceptions if field has no value |
HAS_STATEMENTNAME() |
Determine if STATEMENTNAME has a value |
QueryStatement¶
The query string for the prepared statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTATEMENT() |
Getter for QUERYSTATEMENT, with configurable default |
ASK_QUERYSTATEMENT() |
Getter for QUERYSTATEMENT w/ exceptions if field has no valu |
HAS_QUERYSTATEMENT() |
Determine if QUERYSTATEMENT has a value |
WorkGroupName¶
The name of the workgroup to which the prepared statement belongs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKGROUPNAME() |
Getter for WORKGROUPNAME, with configurable default |
ASK_WORKGROUPNAME() |
Getter for WORKGROUPNAME w/ exceptions if field has no value |
HAS_WORKGROUPNAME() |
Determine if WORKGROUPNAME has a value |
Description¶
The description of the prepared statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
LastModifiedTime¶
The last modified time of the prepared statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PREPAREDSTMTDETAILSLIST¶
TYPES TT_PREPAREDSTMTDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ATHPREPAREDSTATEMENT WITH DEFAULT KEY
.