Explore the different datatype to catalog datatype mappings available for the SAP HANA datasource.
The tables lists the mapping from datatype to catalog datatype for datasource, making
data management simpler and more organized.
| Datatype | Catalog datatype |
|---|---|
| Alphanum | string |
| Bignit | integer |
| Binary | blob |
| Bintext | string |
| Blob | blob |
| Boolean | boolean |
| Char | string |
| Clob | string |
| Date | date |
| Decimal | decimal |
| Double | double |
| Integer | integer |
| Nchar | string |
| Nclob | string |
| Nvarchar | string |
| Real | decimal |
| Seconddate | date |
| Shorttext | string |
| Smalldecimal | decimal |
| Smallint | integer |
| Text | string |
| Time | time |
| Timestamp | datetime |
| Tinyint | integer |
| Varbinary | blob |
| Varchar | string |
| bit | boolean |
| blob | blob |
| clob | string |
| bool | boolean |
| boolean | boolean |
| SMALLINT | integer |
| TINYINT | integer |