Column name
|
Data type
|
Description
|
| COLLATION_CATALOG |
VARCHAR(128) |
The name of the catalog containing the collation. |
| COLLATION_SCHEMA |
VARCHAR(128) |
The name of the schema containing the collation. |
| COLLATION_NAME |
VARCHAR(128) |
Name of the collation. |
| CHARACTER_SET_CATALOG |
VARCHAR(128) |
The name of the catalog containing the character set on which the collation is defined. |
| CHARACTER_SET_SCHEMA |
VARCHAR(128) |
The name of the schema containing the character set on which the collation is defined. |
| CHARACTER_SET_NAME |
VARCHAR(128) |
The name of the character set on which the collation is defined. |
| PAD_ATTRIBUTE |
VARCHAR(20) |
One of the following values: "NO PAD" = the collation has the no pad attribute "PAD SPACE" = the collation has the pad space attribute. |