TRANSLATIONS
The TRANSLATIONS system view lists the translations on which the current ident, or PUBLIC, has USAGE privilege.
The source character set is the character set to which the characters that are to be translated by the translation belong.
The target character set is the character set to which the characters that are the result of the translation belong.
Column name
|
Data type
|
Description
|
| TRANSLATION_CAT |
VARCHAR(128) |
The name of the catalog containing the translation. |
| TRANSLATION_SCHEM |
VARCHAR(128) |
The name of the schema containing the translation. |
| TRANSLATION_NAME |
VARCHAR(128) |
The name of the translation. |
| SRC_CHARSET_CAT |
VARCHAR(128) |
The name of the catalog containing the source character set. |
| SRC_CHARSET_SCHEM |
VARCHAR(128) |
The name of the schema containing the source character set. |
| SRC_CHARSET_NAME |
VARCHAR(128) |
The name of the source character set. |
| TGT_CHARSET_CAT |
VARCHAR(128) |
The name of the catalog containing the target character set. |
| TGT_CHARSET_SCHEM |
VARCHAR(128) |
The name of the schema containing the target character set. |
| TGT_CHARSET_NAME |
VARCHAR(128) |
The name of the target character set. |
| REMARKS |
VARCHAR(254) |
May contain descriptive information about the table. |