/AWS1/CL_ODBSYSTEMVRSSUMMARY¶
Information about the compatible system versions that can be used with a specific Exadata shape and Grid Infrastructure (GI) version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_giversion TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The version of GI software.
iv_shape TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Exadata hardware model.
it_systemversions TYPE /AWS1/CL_ODBSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The Exadata system versions that are compatible with the specified Exadata shape and GI version.
Queryable Attributes¶
giVersion¶
The version of GI software.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GIVERSION() |
Getter for GIVERSION, with configurable default |
ASK_GIVERSION() |
Getter for GIVERSION w/ exceptions if field has no value |
HAS_GIVERSION() |
Determine if GIVERSION has a value |
shape¶
The Exadata hardware model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAPE() |
Getter for SHAPE, with configurable default |
ASK_SHAPE() |
Getter for SHAPE w/ exceptions if field has no value |
HAS_SHAPE() |
Determine if SHAPE has a value |
systemVersions¶
The Exadata system versions that are compatible with the specified Exadata shape and GI version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMVERSIONS() |
Getter for SYSTEMVERSIONS, with configurable default |
ASK_SYSTEMVERSIONS() |
Getter for SYSTEMVERSIONS w/ exceptions if field has no valu |
HAS_SYSTEMVERSIONS() |
Determine if SYSTEMVERSIONS 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_SYSTEMVERSIONLIST¶
TYPES TT_SYSTEMVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBSYSTEMVRSSUMMARY WITH DEFAULT KEY
.