|
Veil
|
Subtype of Object for storing simple int4 values. More...
#include <veil_datatypes.h>
Data Fields | |
| ObjType | type |
| This must have the value OBJ_INT4. | |
| bool | isnull |
| if true, the value is null | |
| int32 | value |
| the integer value of the variable | |
Subtype of Object for storing simple int4 values.
These values are allowed to be null.
Definition at line 184 of file veil_datatypes.h.