/AWS1/CL_QSTLOGICALTABLESOURCE¶
Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_joininstruction TYPE REF TO /AWS1/CL_QSTJOININSTRUCTION /AWS1/CL_QSTJOININSTRUCTION¶
Specifies the result of a join of two logical tables.
iv_physicaltableid TYPE /AWS1/QSTPHYSICALTABLEID /AWS1/QSTPHYSICALTABLEID¶
Physical table ID.
iv_datasetarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Number (ARN) of the parent dataset.
Queryable Attributes¶
JoinInstruction¶
Specifies the result of a join of two logical tables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOININSTRUCTION() |
Getter for JOININSTRUCTION |
PhysicalTableId¶
Physical table ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALTABLEID() |
Getter for PHYSICALTABLEID, with configurable default |
ASK_PHYSICALTABLEID() |
Getter for PHYSICALTABLEID w/ exceptions if field has no val |
HAS_PHYSICALTABLEID() |
Determine if PHYSICALTABLEID has a value |
DataSetArn¶
The Amazon Resource Number (ARN) of the parent dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |