| Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 1-1 summarizes the datatypes of the Ctx package.
Table 1-1 Summary of Datatypes; Ctx Package
| Datatype | Description |
|---|---|
|
|
A single supported encoding. |
|
|
An array of encodings. |
A single supported encoding.
Definition
typedef struct encoding {
oratext *encname;
oratext *encvalue;
} encoding;
An array of encodings.
Definition
typedef struct encodings {
unsigned num;
encoding *enc;
} encodings;