/AWS1/CL_BDAQUERYGENERATIONC01¶
Contains information about a column in the current table for the query engine to consider.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/BDAQUERYGENERATIONCOLU00 /AWS1/BDAQUERYGENERATIONCOLU00¶
The name of the column for which the other fields in this object apply.
iv_description TYPE /AWS1/BDADESCRIPTIONSTRING /AWS1/BDADESCRIPTIONSTRING¶
A description of the column that helps the query engine understand the contents of the column.
iv_inclusion TYPE /AWS1/BDAINCLUDEEXCLUDE /AWS1/BDAINCLUDEEXCLUDE¶
Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored.
Queryable Attributes¶
name¶
The name of the column for which the other fields in this object apply.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the column that helps the query engine understand the contents of the column.
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 |
inclusion¶
Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUSION() |
Getter for INCLUSION, with configurable default |
ASK_INCLUSION() |
Getter for INCLUSION w/ exceptions if field has no value |
HAS_INCLUSION() |
Determine if INCLUSION 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_QUERYGENERATIONCOLUMNS¶
TYPES TT_QUERYGENERATIONCOLUMNS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAQUERYGENERATIONC01 WITH DEFAULT KEY
.