/AWS1/CL_GLUBTCTABLEOPTIMIZER¶
Contains details for one of the table optimizers returned by 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.
io_tableoptimizer TYPE REF TO /AWS1/CL_GLUTABLEOPTIMIZER /AWS1/CL_GLUTABLEOPTIMIZER¶
A
TableOptimizerobject that contains details on the configuration and last run of a 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 |
tableOptimizer¶
A
TableOptimizerobject that contains details on the configuration and last run of a table optimizer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLEOPTIMIZER() |
Getter for TABLEOPTIMIZER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHTABLEOPTIMIZERS¶
TYPES TT_BATCHTABLEOPTIMIZERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUBTCTABLEOPTIMIZER WITH DEFAULT KEY
.