Container for DBF field. More...
#include <gg_structs.h>
Data Fields | |
char * | Name |
field name | |
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 gaiaDbfFieldStruct * | Next |
pointer to next item [linked list] | |
Container for DBF field.