CharTranslationsV - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
muh1623078990997.ditamap
dita:ditavalPath
muh1623078990997.ditaval
dita:id
B035-1092
lifecycle
previous
Product Category
Teradata Vantageā„¢

Category: Operations

Database: DBC

View Column Data Type Format Comment
CharSetName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns 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 Returns 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 Teradata Database: Y (yes), N (no).
E2I BYTE(256) NOT NULL X(512) Returns the client system (external) to Teradata Database (internal) Hex translation codes.
E2IUp BYTE(256) NOT NULL X(512) Returns the client system (external) to Teradata Database (internal) and uppercase Hex translation codes.
I2E BYTE(256) NOT NULL X(512) The CharTranslationsV.I2E column is the translation table from DBC internal character set to the external character set
I2EUp BYTE(256) NOT NULL X(512) The CharTranslationsV.I2EUp column is the translation table from DBC internal character set to external, upper cased character set.