Container for DBF field. More...
#include <gg_structs.h>

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 gaiaDbfFieldStruct * | Next | 
| pointer to next item [linked list]  | |
Container for DBF field.
| char* gaiaDbfFieldStruct::Name | 
field name [max.
10 char]
 1.8.1.1