Tabulify - Data Type
Table of Contents
Data Type
Tabulify supports the following data type when the system supports them.
If the data type is not supported by the system, Tabulify try to add a wrapper when possible. For an example, see how Tabulify manages time data types in sqlite
Primitive
- character data type
- varchar, nvarchar
- char, nchar
- clob
- number:
- integer: integer, smallint, bigint
- fixed point number: numeric, decimal
- floating point number: real, float, double
-
- date
- timestamp
- time
Complex
- xml (see also: Data Resource - Xml File)
- json (see also: Data Resource - Json)