/AWS1/CL_ODBGIMINORVRSNUMMARY¶
Summary information about an Oracle Grid Infrastructure (GI) minor version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_version TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The GI minor version.
Optional arguments:¶
iv_gridimageid TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Grid Infrastructure software image ID for this minor version.
Queryable Attributes¶
version¶
The GI minor version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
gridImageId¶
The Grid Infrastructure software image ID for this minor version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRIDIMAGEID() |
Getter for GRIDIMAGEID, with configurable default |
ASK_GRIDIMAGEID() |
Getter for GRIDIMAGEID w/ exceptions if field has no value |
HAS_GRIDIMAGEID() |
Determine if GRIDIMAGEID 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_GIMINORVERSIONLIST¶
TYPES TT_GIMINORVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBGIMINORVRSNUMMARY WITH DEFAULT KEY
.