Adabas Data Type | Transformation Data Type |
---|---|
BIGINT | bigint |
BINARY | binary |
BIT | string |
BLOB | binary |
CHAR | string |
CLOB | string |
DATE | date/time |
DBCLOB | binary |
DECIMAL | decimal |
DOUBLE | double |
FLOAT | double |
GRAPHIC | binary |
INTEGER | integer |
LONG VARCHAR | string |
LONG VARGRAPHIC | binary |
MONEY | decimal |
NUM16 | integer |
NUM16U | integer |
NUM32 | integer |
NUM32U | integer |
NUM64 | bigint |
NUM64U | bigint |
NUM8 | integer |
NUM8U | integer |
NUMCHAR | decimal |
NUMERIC | integer |
PACKED | decimal |
REAL | decimal |
ROWID | string |
SMALLINT | integer |
SPACKED | decimal |
STRING | string |
TIME | date/time |
TIMESTAMP | date/time |
UPACKED | decimal |
UZONED | decimal |
VARBINARY | binary |
VARCHAR | string |
VARGRAPHIC | binary |
ZONED | decimal |