Architecting and designing : UML 2.0 Lite : Object/relational integration : Type mappings between programming languages and data types : CORBA type mapping to from data element types
  
CORBA type mapping to from data element types
From class model to logical (ER) data model
Source type
Target type
CORBA IDL type
Data Element type
boolean
bit
short
small integer
Long
integer
Float
float
Double
double precision
String
long var character
String
default
From logical (ER) data model to class diagram
Source type
Target type
Data element type
Type package
Type
bit
CORBA Types
boolean
tiny integer
CORBA Types
short
small integer
CORBA Types
short
integer
CORBA Types
Long
long binary
CORBA Types
Long
decimal
CORBA Types
Integer
number
CORBA Types
Double
float
CORBA Types
Float
real
CORBA Types
Float
double precision
CORBA Types
Double
money
CORBA Types
Single
character
CORBA Types
String
character varying
CORBA Types
String
long character
CORBA Types
String
long text
CORBA Types
String
long var character
CORBA Types
String
default
CORBA Types
String
See also
Type mappings between programming languages and data types