Tabulify - Data Type
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
-
- boolean
Complex
- xml (see also: Data Resource - Xml File)
- json (see also: Data Resource - Json)