Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Jose Collazzi edited this page Mar 28, 2018 · 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 and view in your database, these types can be saved, loaded or deleted.

Each row of the table or view will became a parameter of the type (if the database type is supported).

Currently supported database types
Supported for all databases (supported by JDBC)
  • TINYINT
  • SMALLINT
  • INTEGER
  • BIGINT
  • FLOAT
  • REAL
  • DOUBLE
  • NUMERIC
  • DECIMAL
  • CHAR
  • VARCHAR
  • LONGVARCHAR
  • DATE
  • TIMESTAMP
  • BLOB
  • CLOB
  • BOOLEAN
  • NCHAR
  • NVARCHAR
  • LONGNVARCHAR
Specific for SQL Server
  • DATETIMEOFFSET
Specific for PostgreSql
  • UUID
  • TIMESTAMP
Clone this wiki locally