CharTranslationsV - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-10-15
dita:mapPath
yoz1556235523563.ditamap
dita:ditavalPath
lze1555437562152.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.