5. Embedded QUEL for Ada : Ada Variables and Data Types : Variable and Type Declarations : Ada Data Types and Corresponding Ingres Types
 
Share this page                  
Ada Data Types and Corresponding Ingres Types
Ada Type
Ingres Type
short_short_integer
integer
short_integer
integer
integer
integer
natural
integer
positive
integer
boolean
integer
float
float
long_float
float
f_float
float
d_float
float
character
character
string
character
None of the types listed above should be redefined by your program. If they are redefined, your program may not compile and will not work correctly at runtime.
The table in Ada Constants and Corresponding Ingres Types (see Ada Constants and Corresponding Ingres Types) maps the Ada constants to their corresponding Ingres type categories.