/AWS1/CL_ODBAUTODBCHRSETSUMM¶
A summary of an available character set for Autonomous Databases.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_characterset TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
The name of the character set.
Queryable Attributes¶
characterSet¶
The name of the character set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHARACTERSET() |
Getter for CHARACTERSET, with configurable default |
ASK_CHARACTERSET() |
Getter for CHARACTERSET w/ exceptions if field has no value |
HAS_CHARACTERSET() |
Determine if CHARACTERSET 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_ATNMSDATABASECHARSETLIST¶
TYPES TT_ATNMSDATABASECHARSETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBAUTODBCHRSETSUMM WITH DEFAULT KEY
.