LayerAttributeField infos. More...
#include <gg_structs.h>
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) | |
LayerAttributeField infos.