The table displays the mapping for Db2 LUW as a source to Avro as a target.
Db2 LUW | Avro |
---|---|
bigint | long |
BLOB | Not Supported |
CHAR ( ) FOR BIT DATA | Not Supported |
CLOB | Not Supported |
Double | double |
float | float |
date | string |
integer | int |
numeric | float |
real | float |
smallint | int |
time | string |
timestamp | string |
char (uni) | string |
varchar | string |
varchar (uni) | string |
clob (uni) | Not Supported |
GRAPHIC | string |
VARGRAPHIC | string |
DBCLOB | Not Supported |
VARCHAR ( ) FOR BIT DATA | Not Supported |
DECIMAL | float |