Column name
|
Data type
|
Description
|
| CHARACTER_SET_CATALOG |
VARCHAR(128) |
The name of the catalog containing the character set. |
| CHARACTER_SET_SCHEMA |
VARCHAR(128) |
The name of the schema containing the character set. |
| CHARACTER_SET_NAME |
VARCHAR(128) |
The name of the character set. |
| FORM_OF_USE |
VARCHAR(128) |
A user-defined name that indicates the form-of-use of the character set. |
| NUMBER_OF_CHARACTERS |
INTEGER |
The number of characters in the character set. |
| DEFAULT_COLLATE_CATALOG |
VARCHAR(128) |
The name of the catalog containing the default collation for the character set. |
| DEFAULT_COLLATE_SCHEMA |
VARCHAR(128) |
The name of the schema containing the default collation for the character set. |
| DEFAULT_COLLATE_NAME |
VARCHAR(128) |
The name of the default collation for the character set. |