/AWS1/CL_GLUSUPPORTEDDIALECT¶
A structure specifying the dialect and dialect version used by the query engine.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dialect TYPE /AWS1/GLUVIEWDIALECT /AWS1/GLUVIEWDIALECT¶
The dialect of the query engine.
iv_dialectversion TYPE /AWS1/GLUVIEWDIALECTVRSSTRING /AWS1/GLUVIEWDIALECTVRSSTRING¶
The version of the dialect of the query engine. For example, 3.0.0.
Queryable Attributes¶
Dialect¶
The dialect of the query engine.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIALECT() |
Getter for DIALECT, with configurable default |
ASK_DIALECT() |
Getter for DIALECT w/ exceptions if field has no value |
HAS_DIALECT() |
Determine if DIALECT has a value |
DialectVersion¶
The version of the dialect of the query engine. For example, 3.0.0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIALECTVERSION() |
Getter for DIALECTVERSION, with configurable default |
ASK_DIALECTVERSION() |
Getter for DIALECTVERSION w/ exceptions if field has no valu |
HAS_DIALECTVERSION() |
Determine if DIALECTVERSION has a value |