/AWS1/CL_LKFDATACELLSFILTRESRC¶
A structure for a data cells filter resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_tablecatalogid TYPE /AWS1/LKFCATALOGIDSTRING /AWS1/LKFCATALOGIDSTRING¶
The ID of the catalog to which the table belongs.
iv_databasename TYPE /AWS1/LKFNAMESTRING /AWS1/LKFNAMESTRING¶
A database in the Glue Data Catalog.
iv_tablename TYPE /AWS1/LKFNAMESTRING /AWS1/LKFNAMESTRING¶
The name of the table.
iv_name TYPE /AWS1/LKFNAMESTRING /AWS1/LKFNAMESTRING¶
The name of the data cells filter.
Queryable Attributes¶
TableCatalogId¶
The ID of the catalog to which the table belongs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLECATALOGID() |
Getter for TABLECATALOGID, with configurable default |
ASK_TABLECATALOGID() |
Getter for TABLECATALOGID w/ exceptions if field has no valu |
HAS_TABLECATALOGID() |
Determine if TABLECATALOGID has a value |
DatabaseName¶
A database in the Glue Data Catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASENAME() |
Getter for DATABASENAME, with configurable default |
ASK_DATABASENAME() |
Getter for DATABASENAME w/ exceptions if field has no value |
HAS_DATABASENAME() |
Determine if DATABASENAME has a value |
TableName¶
The name of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |
Name¶
The name of the data cells filter.
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 |