Int4Var Struct Reference

#include <veil_datatypes.h>

Collaboration diagram for Int4Var:

Collaboration graph

Detailed Description

Subtype of Object for storing simple int4 values. These values are allowed to be null.

Definition at line 175 of file veil_datatypes.h.


Data Fields

ObjType type
bool isnull
int32 value

Field Documentation

ObjType Int4Var::type

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.


The documentation for this struct was generated from the following files:
Generated on Tue Mar 11 10:08:39 2008 for Veil by  doxygen 1.5.4