SpatiaLite  4.2.0
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
gaiaLayerAttributeFieldInfos Struct Reference

LayerAttributeField infos. More...

#include <gg_structs.h>

Collaboration diagram for gaiaLayerAttributeFieldInfos:
Collaboration graph
[legend]

Data Fields

int Ordinal
 ordinal position
 
char * AttributeFieldName
 SQL name of the corresponding column.
 
int NullValuesCount
 total count of NULL values
 
int IntegerValuesCount
 total count of INTEGER values
 
int DoubleValuesCount
 total count of DOUBLE values
 
int TextValuesCount
 total count of TEXT values
 
int BlobValuesCount
 total count of BLOB values
 
gaiaAttributeFieldMaxSizePtr MaxSize
 pointer to MaxSize/Length infos (may be NULL)
 
gaiaAttributeFieldIntRangePtr IntRange
 pointer to range of Integer values infos (may be NULL)
 
gaiaAttributeFieldDoubleRangePtr DoubleRange
 pointer to range of Double values infos (may be NULL)
 
struct
gaiaLayerAttributeFieldInfos
Next
 pointer to next item (linked list)
 

Detailed Description

LayerAttributeField infos.

Examples:
demo5.c.

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