/AWS1/CL_GLUSQLALIAS¶
Represents a single entry in the list of values for SqlAliases.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_from TYPE /AWS1/GLUNODEID /AWS1/GLUNODEID¶
A table, or a column in a table.
iv_alias TYPE /AWS1/GLUENCLOSEDINSTRPRPWQU00 /AWS1/GLUENCLOSEDINSTRPRPWQU00¶
A temporary name given to a table, or a column in a table.
Queryable Attributes¶
From¶
A table, or a column in a table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROM() |
Getter for FROM, with configurable default |
ASK_FROM() |
Getter for FROM w/ exceptions if field has no value |
HAS_FROM() |
Determine if FROM has a value |
Alias¶
A temporary name given to a table, or a column in a table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS 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_SQLALIASES¶
TYPES TT_SQLALIASES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSQLALIAS WITH DEFAULT KEY
.