7. Embedded QUEL for Pascal : Pascal Variables and Data Types : Variable and Type Declarations : Pascal Data Types and Corresponding Ingres Types
 
Share this page                  
Pascal Data Types and Corresponding Ingres Types
Pascal Type
Ingres Type
boolean
integer
integer
integer
unsigned
integer
real
float
single
float
double
float
char
character
indicator
indicator
Your program should not redefine any of the above types.
The following table maps the Pascal constants to their corresponding Ingres type categories.