/AWS1/CL_ODBDBIORMCONFIG¶
The IORM configuration settings for the database.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dbname TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The database name. For the default DbPlan, the dbName is
default.
iv_flashcachelimit TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
iv_share TYPE /AWS1/ODBINTEGER /AWS1/ODBINTEGER¶
The relative priority of this database.
Queryable Attributes¶
dbName¶
The database name. For the default DbPlan, the dbName is
default.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBNAME() |
Getter for DBNAME, with configurable default |
ASK_DBNAME() |
Getter for DBNAME w/ exceptions if field has no value |
HAS_DBNAME() |
Determine if DBNAME has a value |
flashCacheLimit¶
The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLASHCACHELIMIT() |
Getter for FLASHCACHELIMIT, with configurable default |
ASK_FLASHCACHELIMIT() |
Getter for FLASHCACHELIMIT w/ exceptions if field has no val |
HAS_FLASHCACHELIMIT() |
Determine if FLASHCACHELIMIT has a value |
share¶
The relative priority of this database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHARE() |
Getter for SHARE, with configurable default |
ASK_SHARE() |
Getter for SHARE w/ exceptions if field has no value |
HAS_SHARE() |
Determine if SHARE 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_DBIORMCONFIGLIST¶
TYPES TT_DBIORMCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBDBIORMCONFIG WITH DEFAULT KEY
.