SpatiaLite  3.0.0-stable
Data Fields
gaiaValueStruct Struct Reference

Container for variant (multi-type) value. More...

#include <gg_structs.h>

Data Fields

short Type
 data type: one of GAIA_NULL_VALUE, GAIA_INT_VALUE, GAIA_DOUBLE_VALUE, GAIA_TEXT_VALUE
char * TxtValue
 TEXT type value.
sqlite3_int64 IntValue
 INT type value.
double DblValue
 DOUBLE type value.

Detailed Description

Container for variant (multi-type) value.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines