/AWS1/CL_LSARELATIONALDATABA02¶
Describes a database image, or blueprint. A blueprint describes the major engine version of a database.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_blueprintid TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The ID for the database blueprint.
iv_engine TYPE /AWS1/LSARELATIONALDATABASEE00 /AWS1/LSARELATIONALDATABASEE00¶
The database software of the database blueprint (for example,
MySQL).
iv_engineversion TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The database engine version for the database blueprint (for example,
5.7.23).
iv_enginedescription TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The description of the database engine for the database blueprint.
iv_engineversiondescription TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The description of the database engine version for the database blueprint.
iv_isenginedefault TYPE /AWS1/LSABOOLEAN /AWS1/LSABOOLEAN¶
A Boolean value indicating whether the engine version is the default for the database blueprint.
Queryable Attributes¶
blueprintId¶
The ID for the database blueprint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTID() |
Getter for BLUEPRINTID, with configurable default |
ASK_BLUEPRINTID() |
Getter for BLUEPRINTID w/ exceptions if field has no value |
HAS_BLUEPRINTID() |
Determine if BLUEPRINTID has a value |
engine¶
The database software of the database blueprint (for example,
MySQL).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINE() |
Getter for ENGINE, with configurable default |
ASK_ENGINE() |
Getter for ENGINE w/ exceptions if field has no value |
HAS_ENGINE() |
Determine if ENGINE has a value |
engineVersion¶
The database engine version for the database blueprint (for example,
5.7.23).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINEVERSION() |
Getter for ENGINEVERSION, with configurable default |
ASK_ENGINEVERSION() |
Getter for ENGINEVERSION w/ exceptions if field has no value |
HAS_ENGINEVERSION() |
Determine if ENGINEVERSION has a value |
engineDescription¶
The description of the database engine for the database blueprint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINEDESCRIPTION() |
Getter for ENGINEDESCRIPTION, with configurable default |
ASK_ENGINEDESCRIPTION() |
Getter for ENGINEDESCRIPTION w/ exceptions if field has no v |
HAS_ENGINEDESCRIPTION() |
Determine if ENGINEDESCRIPTION has a value |
engineVersionDescription¶
The description of the database engine version for the database blueprint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINEVERSIONDESCRIPTION() |
Getter for ENGINEVERSIONDESCRIPTION, with configurable defau |
ASK_ENGINEVERSIONDESCRIPTION() |
Getter for ENGINEVERSIONDESCRIPTION w/ exceptions if field h |
HAS_ENGINEVERSIONDESCRIPTION() |
Determine if ENGINEVERSIONDESCRIPTION has a value |
isEngineDefault¶
A Boolean value indicating whether the engine version is the default for the database blueprint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISENGINEDEFAULT() |
Getter for ISENGINEDEFAULT, with configurable default |
ASK_ISENGINEDEFAULT() |
Getter for ISENGINEDEFAULT w/ exceptions if field has no val |
HAS_ISENGINEDEFAULT() |
Determine if ISENGINEDEFAULT 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_RELATIONALDATABASEBLUEPRI00¶
TYPES TT_RELATIONALDATABASEBLUEPRI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSARELATIONALDATABA02 WITH DEFAULT KEY
.