Skip to main content
Version: 2.75.x.x LTS

Data types

All tables listing the attributes of entities contain a column "Java data type". The Java data type rather than the database data type is specified because depending on the used database, i.e., MySQL or Oracle, the database data type may vary. Hereafter, you find the default mappings between Java and database data types in nevisIDM.

Java data typeOracle data typeMySQL data type
Booleannumber(1,0)bit
Datedatedatetime
Integernumber(10,0)int
Longnumber(19,0)bigint
Shortnumber(5,0)smallint
Stringvarchar2varchar, text