5. Embedded QUEL for Ada : Ada Variables and Data Types : Data Type Conversion : Ingres TYPES and Corresponding Ada Data Types
 
Share this page                  
Ingres TYPES and Corresponding Ada Data Types
Ingres Type
Ada Type
c(N), char(N)
string(1..N)
c(N), char(N)
array(1..N) of character
text(N), varchar(N)
string(1..N)
text(N), varchar(N)
array(1..N) of character
i1, integer1
short_short_integer
i2, integer2
short_integer
i4, integer4
integer
f4, float4
float
f4 , float4
f_float
f8, float8
long_float
f8, float8
d_float
date
string(1..25)
money
long_float