Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
jose edited this page Jul 7, 2016 · 7 revisions

WikiTypes

Types

We can not provide a description of the types because it will depends of your database metadata. When is installed this service generates a Type for each table in your database, these types can be saved, loaded or deleted.

Each table will became a type and each supported row a field in the type.

Currently supported types
Supported by JDBC
  • TINYINT
  • SMALLINT
  • INTEGER
  • BIGINT
  • FLOAT
  • REAL
  • DOUBLE
  • NUMERIC
  • DECIMAL
  • CHAR
  • VARCHAR
  • LONGVARCHAR
  • DATE
  • TIMESTAMP
  • BLOB
  • CLOB
  • BOOLEAN
  • NCHAR
  • NVARCHAR
  • LONGNVARCHAR
Specific of each database

SQL Server

  • DATETIMEOFFSET

PostgreSql

  • UUID
  • TIMESTAMP
Clone this wiki locally