/AWS1/CL_BDZTRANSFORMATIONCONF¶
Contains configurations for transforming the natural language query into SQL.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mode TYPE /AWS1/BDZQUERYTRANSFMTIONMODE /AWS1/BDZQUERYTRANSFMTIONMODE¶
The mode of the transformation.
Optional arguments:¶
io_texttosqlconfiguration TYPE REF TO /AWS1/CL_BDZTEXTTOSQLCONF /AWS1/CL_BDZTEXTTOSQLCONF¶
Specifies configurations for transforming text to SQL.
Queryable Attributes¶
mode¶
The mode of the transformation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |
textToSqlConfiguration¶
Specifies configurations for transforming text to SQL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTTOSQLCONFIGURATION() |
Getter for TEXTTOSQLCONFIGURATION |