Column name
|
Data type
|
Description
|
| CHARSET_CAT |
VARCHAR(128) |
The name of the catalog containing the character set. |
| CHARSET_SCHEM |
VARCHAR(128) |
The name of the schema containing the character set. |
| CHARSET_NAME |
VARCHAR(128) |
Name of the character set. |
| FORM_OF_USE |
VARCHAR(128) |
A user-defined name that indicates the form-of-use of the character set. |
| NUM_CHARS |
INTEGER |
The number of characters in the character set. |
| DEF_COLLATE_CAT |
VARCHAR(128) |
The name of the catalog containing the default collation for the character set. |
| DEF_COLLATE_SCHEM |
VARCHAR(128) |
The name of the schema containing the default collation for the character set. |
| DEF_COLLATE_NAME |
VARCHAR(128) |
The name of the default collation for the character set. |
| REMARKS |
VARCHAR(254) |
May contain descriptive information about the character set. |