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