グローバル型からTeradataデータ型
イニシエータ コネクタは、グローバル データ型をTeradataデータ型にマップします。
アスタリスク(*)で示されるTeradataデータ型は、Teradata Database 16.20のFeature Update 1以降でのみ使用できます。
グローバル データ型 | Teradataデータ型 |
---|---|
G_Array | Varchar(文字セットUnicode) |
G_Array_VC_UTF16/G_Array_VC_Latin | Array * |
G_Bigint | BIGINT |
G_Blob | BLOB |
G_Boolean | Byteint |
G_Byte | Byte |
G_ByteInt | Byteint |
G_Char_Kanji1 | Char (Kanji1文字セット) |
G_Char_KanjiSJIS | Char (KanjiSJIS文字セット) |
G_Char_Latin | Char(ラテン文字セット) |
G_Char_UTF8 | Char (Unicode文字セット) |
G_Char_UTF16 | Char (Unicode文字セット) |
G_Clob_UTF16/G_Clob_Latin | CLOB |
G_DatasetAvro | Dataset storage format Avro * |
G_Date | DATE |
G_Decimal | Decimal |
G_Double | DOUBLE PRECISION |
G_Float | FLOAT |
G_Integer | Integer |
G_IntervalDay | Interval day |
G_IntervalDayToHour | Interval day to hour |
G_IntervalDayToMinute | Interval day to minute |
G_IntervalDayToSecond | Interval day to second |
G_IntervalHour | Interval hour |
G_IntervalHourToMinute | Interval hour to minute |
G_IntervalHourToSecond | Interval hour to second |
G_IntervalMinute | Interval minute |
G_IntervalMinuteToSecond | Interval minute to second |
G_IntervalMonth | Interval month |
G_IntervalSecond | Interval second |
G_IntervalYear | Interval year |
G_IntervalYearToMonth | Interval year to month |
G_JSON_UTF16/G_JSON_Latin | JSON * |
G_Map | Varchar(文字セットUnicode) |
G_MBB | MBB * |
G_MBR | MBR * |
G_Number | Number |
G_Period | Period * |
G_Row | Varchar(文字セットUnicode) |
G_SmallInt | SMALLINT |
G_STGeometry | ST_Geometry * |
G_Time | Time |
G_TimeWithTimeZone | Time with time zone |
G_Timestamp | Timestamp |
G_TimestampWithTimeZone | Timestamp with time zone |
G_UDT_UTF16/G_UDT_Latin | Distinct UDT / Structured UDT * |
G_Varbyte | Varbyte |
G_Varchar_Kanji1 | Varchar (Kanji1文字セット) |
G_Varchar_KanjiSJIS | Varchar (KanjiSJIS文字セット) |
G_Varchar_Latin | Varchar(ラテン文字セット) |
G_Varchar_UTF8 | Varchar(文字セットUnicode) |
G_Varchar_UTF16 | Varchar(文字セットUnicode) |
G_XML | XML * |
その他 | 現在未サポート |
Teradataデータ型からグローバル データ型
ターゲット コネクタは、Teradataデータ型をグローバル データ型にマップします。
アスタリスク(*)で示されるTeradataデータ型は、Teradata Database 16.20のFeature Update 1以降でのみ使用できます。
Teradataデータ型 | グローバル データ型 |
---|---|
Array * | G_Array_VC_UTF16/G_Array_VC_Latin |
Bigint | G_BigInt |
BLOB | G_Blob |
Byte | G_Byte |
Byteint | G_Byteint |
Char | G_Char_UTF16 / G_Char_Latin / G_Char_Kanji1 / G_Char_KanjiSJIS |
CLOB | G_Clob_UTF16/Latin |
Dataset storage format Avro * | G_DatasetAvro |
Date | G_Date |
Decimal | G_Decimal |
Distinct UDT/Structured UDT * | G_UDT/G_UDT_UTF16/G_UDT_Latin |
Double precision | G_Double |
Float | G_Float |
Integer | G_Integer |
Interval day | G_IntervalDay |
Interval day to hour | G_IntervalDayToHour |
Interval day to minute | G_IntervalDayToMinute |
Interval day to second | G_IntervalDayToSecond |
Interval hour | G_IntervalHour |
Interval hour to minute | G_IntervalHourToMinute |
Interval hour to second | G_IntervalHourToSecond |
Interval minute | G_IntervalMinute |
Interval minute to second | G_IntervalMinuteToSecond |
Interval month | G_IntervalMonth |
Interval second | G_IntervalSecond |
JSON * | G_JSON_UTF16/G_JSON_Latin |
MBB * | G_MBB |
MBR * | G_MBR |
Number | G_Number |
Period (all period types) * | G_Period |
Smallint | G_SmallInt |
ST_Geometry * | G_STGeometry |
Timestamp | G_TimeStamp |
Timestamp with time zone | G_TimestampWithTimeZone |
Varbyte | G_Varbyte |
Varchar | G_Varchar_UTF16 / G_Varchar_Latin / G_Varchar_Kanji1 / G_Varchar_KanjiSJIS |
XML * | G_XML |
その他 | 現在未サポート |