#include <veil_datatypes.h>
Definition at line 175 of file veil_datatypes.h.
Data Fields | |
ObjType | type |
bool | isnull |
int32 | value |
This must have the value OBJ_INT4
Definition at line 176 of file veil_datatypes.h.
Referenced by vl_NewInt4().
bool Int4Var::isnull |
if true, the value is null
Definition at line 177 of file veil_datatypes.h.
Referenced by vl_NewInt4().
int32 Int4Var::value |
the integer value of the variable
Definition at line 178 of file veil_datatypes.h.