Logical data model data types generated from the UML-to-logical data model transformation

The UML-to-logical data model transformation generates logical data model data types from UML primitive types.
The following table shows the correspondence between UML primitive types and logical data model data types.
Table 1. UML to logical data model data type mappings
UML primitive types Logical data model data types that the transformation generates
Boolean, boolean BOOLEAN
Byte, byte, or char CHAR
Currency CURRENCY
Date DATE
Double, double DOUBLE
float FLOAT
Integer, int INTEGER
Long, long LONG
Long Varbinary LONG VARBINARY
Long Varchar LONG VARCHAR
Nclob NCLOB
Real REAL
Rowversion ROWVERSION
Serial SERIAL
short SHORT
String VARCHAR(32672)
Tiny TINY
UnlimitedNatural INTEGER

Feedback