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

Data types

All tables listing the attributes of entities contain a column "Java data type", instead of the database data type. This is because the database data type may vary depending on the used database, that is, MariaDB or Oracle. The following table shows the default mappings between Java and database data types in nevisIDM.

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