Category: Operations
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| CharSetName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a user-defined character set that is installed and available for the current session, or the name assigned to the character set defined by this row. |
| CharSetId | BYTEINT NOT NULL | -(3)9 | A number uniquely identifying the character set of the CHARSET_COLL collation. |
| InstallFlag | CHAR(1) LATIN UPPERCASE NOT NULL | X(1) | Character set to be installed is already on the database system: Y (yes), N (no). |
| E2I | BYTE(256) NOT NULL | X(512) | The client system (external) to database system (internal) Hex translation codes. |
| E2IUp | BYTE(256) NOT NULL | X(512) | The client system (external) to database system (internal) and uppercase Hex translation codes. |
| I2E | BYTE(256) NOT NULL | X(512) | The translation table from DBC internal character set to the external character set |
| I2EUp | BYTE(256) NOT NULL | X(512) | The translation table from DBC internal character set to external, upper cased character set. |