Veil
Int4Var Struct Reference

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
 

Detailed Description

Subtype of Object for storing simple int4 values.

These values are allowed to be null.

Definition at line 184 of file veil_datatypes.h.


The documentation for this struct was generated from the following files: