SpatiaLite  3.0.0-stable
Data Fields
gaiaDbfFieldStruct Struct Reference

Container for DBF field. More...

#include <gg_structs.h>

Collaboration diagram for gaiaDbfFieldStruct:
Collaboration graph
[legend]

Data Fields

char * Name
 field name [max.
unsigned char Type
 DBF data type.
int Offset
 DBF buffer offset [where the field value starts].
unsigned char Length
 total DBF buffer field length (in bytes)
unsigned char Decimals
 precision (decimal digits)
gaiaValuePtr Value
 current variant [multi-type] value
struct gaiaDbfFieldStructNext
 pointer to next item [linked list]

Detailed Description

Container for DBF field.


Field Documentation

field name [max.

10 char]


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