/AWS1/CL_ODBATNMSDATABASEAPEX¶
The Oracle Application Express (APEX) details for an Autonomous Database.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_apexversion TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Oracle Application Express (APEX) version of the Autonomous Database.
iv_ordsversion TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The Oracle REST Data Services (ORDS) version of the Autonomous Database.
Queryable Attributes¶
apexVersion¶
The Oracle Application Express (APEX) version of the Autonomous Database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APEXVERSION() |
Getter for APEXVERSION, with configurable default |
ASK_APEXVERSION() |
Getter for APEXVERSION w/ exceptions if field has no value |
HAS_APEXVERSION() |
Determine if APEXVERSION has a value |
ordsVersion¶
The Oracle REST Data Services (ORDS) version of the Autonomous Database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORDSVERSION() |
Getter for ORDSVERSION, with configurable default |
ASK_ORDSVERSION() |
Getter for ORDSVERSION w/ exceptions if field has no value |
HAS_ORDSVERSION() |
Determine if ORDSVERSION has a value |