#include <xbase/xbconfig.h>
#include <string.h>
#include "xtypes.h"
#include "retcodes.h"
#include "xdate.h"
#include "xbstring.h"
#include "dbf.h"
#include "exp.h"
#include "index.h"
#include "ndx.h"
#include "ntx.h"
#include "xbfilter.h"
#include <fcntl.h>
#include "html.h"
Go to the source code of this file.
Classes | |
struct | xbDbList |
xbDbList struct More... | |
class | xbXBase |
xbXBase class More... | |
Defines | |
#define | XDB_VERSION "2.1.1" |
#define | XBASE_VERSION "2.1.1" |
#define | XBDLLEXPORT |
#define | XBDLLEXPORT_DATA(type) type |
#define | XBDLLEXPORT_CTORFN |
#define | XB_MIN(a, b) (((a) < (b)) ? (a) : (b)) |
#define | XB_MAX(a, b) (((a) < (b)) ? (b) : (a)) |
Enumerations | |
enum | { F_SETLKW = 0, F_WRLCK = 0 } |
Variables | |
XBDLLEXPORT | xbDbf |
xbF_SETLK | |
xbF_SETLKW |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|