/AWS1/CL_RDSDBMAJORENGINEVRS¶
This data type is used as a response element in the operation
DescribeDBMajorEngineVersions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_engine TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The name of the database engine.
iv_majorengineversion TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The major version number of the database engine.
it_supportedenginelifecycles TYPE /AWS1/CL_RDSSUPPORTEDENGINELC=>TT_SUPPORTEDENGINELCLIST TT_SUPPORTEDENGINELCLIST¶
A list of the lifecycles supported by this engine for the
DescribeDBMajorEngineVersionsoperation.
Queryable Attributes¶
Engine¶
The name of the database engine.
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 |
MajorEngineVersion¶
The major version number of the database engine.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAJORENGINEVERSION() |
Getter for MAJORENGINEVERSION, with configurable default |
ASK_MAJORENGINEVERSION() |
Getter for MAJORENGINEVERSION w/ exceptions if field has no |
HAS_MAJORENGINEVERSION() |
Determine if MAJORENGINEVERSION has a value |
SupportedEngineLifecycles¶
A list of the lifecycles supported by this engine for the
DescribeDBMajorEngineVersionsoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDENGINELCS() |
Getter for SUPPORTEDENGINELIFECYCLES, with configurable defa |
ASK_SUPPORTEDENGINELCS() |
Getter for SUPPORTEDENGINELIFECYCLES w/ exceptions if field |
HAS_SUPPORTEDENGINELCS() |
Determine if SUPPORTEDENGINELIFECYCLES 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_DBMAJORENGINEVERSIONSLIST¶
TYPES TT_DBMAJORENGINEVERSIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSDBMAJORENGINEVRS WITH DEFAULT KEY
.