Xbase64 Class Library
3.1.2
|
Defines a field in an XBase file header (DBF file header) More...
#include <xbdbf.h>
Public Attributes | |
char | FieldName [11] |
char | Type |
char * | Address |
unsigned char | FieldLen |
unsigned char | NoOfDecs |
char * | Address2 |
char * | fp |
xbShort | LongFieldLen |
Defines a field in an XBase file header (DBF file header)
This structure is only used internally by the xbDbf class.
char* xbSchemaRec::Address |
char* xbSchemaRec::Address2 |
unsigned char xbSchemaRec::FieldLen |
char xbSchemaRec::FieldName[11] |
char* xbSchemaRec::fp |
xbShort xbSchemaRec::LongFieldLen |
unsigned char xbSchemaRec::NoOfDecs |
char xbSchemaRec::Type |