Xbase64 4.0.1
C++ Library for handling Xbase (DBF) format type files
|
Go to the source code of this file.
Data Structures | |
struct | xb::xbSchema |
Schema used for defining tables with CreateTable methods. More... | |
class | xb::xbDbf |
Base class for handling dbf files/tables. More... | |
Namespaces | |
namespace | xb |
Macros | |
#define | XB_CHAR_FLD 'C' |
#define | XB_LOGICAL_FLD 'L' |
#define | XB_NUMERIC_FLD 'N' |
#define | XB_DATE_FLD 'D' |
#define | XB_MEMO_FLD 'M' |
#define | XB_FLOAT_FLD 'F' |
#define | XB_CLOSED 0 |
#define | XB_OPEN 1 |
#define | XB_UPDATED 2 |
#define | XB_LOCK 0 |
#define | XB_UNLOCK 1 |
#define | LK_DBASE 1 |
#define | LK_CLIPPER 2 |
#define | LK_FOX 3 |
#define | LK_XBASE64 9 |
#define | XB_ALL_RECS 0 |
#define | XB_ACTIVE_RECS 1 |
#define | XB_DELETED_RECS 2 |
#define | XB_OVERLAY 1 |
#define | XB_DONTOVERLAY 0 |
#define | XB_CHAREOF '\x1A' /* end of DBF */ |
#define | XB_CHARHDR '\x0D' /* header terminator */ |
#define LK_CLIPPER 2 |
#define LK_DBASE 1 |
#define LK_FOX 3 |
#define LK_XBASE64 9 |
#define XB_ACTIVE_RECS 1 |
#define XB_ALL_RECS 0 |
#define XB_CHAR_FLD 'C' |
#define XB_CHAREOF '\x1A' /* end of DBF */ |
#define XB_CHARHDR '\x0D' /* header terminator */ |
#define XB_CLOSED 0 |
#define XB_DATE_FLD 'D' |
#define XB_DELETED_RECS 2 |
#define XB_DONTOVERLAY 0 |
#define XB_FLOAT_FLD 'F' |
#define XB_LOCK 0 |
#define XB_LOGICAL_FLD 'L' |
#define XB_MEMO_FLD 'M' |
#define XB_NUMERIC_FLD 'N' |
#define XB_OPEN 1 |
#define XB_OVERLAY 1 |
#define XB_UNLOCK 1 |
#define XB_UPDATED 2 |