/AWS1/CL_GLUBTCGETTBLOPTIMIZ01¶
Represents a table optimizer to retrieve in the BatchGetTableOptimizer
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_catalogid
TYPE /AWS1/GLUCATALOGIDSTRING
/AWS1/GLUCATALOGIDSTRING
¶
The Catalog ID of the table.
iv_databasename
TYPE /AWS1/GLUDATABASENAMESTRING
/AWS1/GLUDATABASENAMESTRING
¶
The name of the database in the catalog in which the table resides.
iv_tablename
TYPE /AWS1/GLUTABLENAMESTRING
/AWS1/GLUTABLENAMESTRING
¶
The name of the table.
iv_type
TYPE /AWS1/GLUTABLEOPTIMIZERTYPE
/AWS1/GLUTABLEOPTIMIZERTYPE
¶
The type of table optimizer.
Queryable Attributes¶
catalogId¶
The Catalog ID of the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CATALOGID() |
Getter for CATALOGID, with configurable default |
ASK_CATALOGID() |
Getter for CATALOGID w/ exceptions if field has no value |
HAS_CATALOGID() |
Determine if CATALOGID has a value |
databaseName¶
The name of the database in the catalog in which the table resides.
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 |
type¶
The type of table optimizer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_BTCGETTABLEOPTIMIZERENTRIES
¶
TYPES TT_BTCGETTABLEOPTIMIZERENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUBTCGETTBLOPTIMIZ01 WITH DEFAULT KEY
.