SpatiaLite  4.2.0
 All Data Structures Files Functions Variables Typedefs Macros Pages
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: