30 #include <xbase/xbase.h> 31 #include <vdk/dlist.h> 34 typedef VDKList<VDKXTable> TableList;
35 typedef VDKListIterator<VDKXTable> TableListIterator;
70 TableList*
TList() {
return &tList; }
81 extern char* VDKXError(
short errorcode);
bool Initialized()
Returns if xdb is initialized or not.
Definition: vdkxdb.h:58
VDKXDatabase()
Constructor.
Definition: vdkxdb.cc:32
TableList * TList()
Returns database table list.
Definition: vdkxdb.h:70
void Clear()
Definition: vdkxdb.cc:51
VDKXTable * operator[](char *name)
Definition: vdkxdb.cc:79
bool RemoveTable(char *name)
Definition: vdkxdb.cc:64
Provides a xbXBase wrapper.
Definition: vdkxdb.h:41
virtual ~VDKXDatabase()
Destructor.
Definition: vdkxdb.cc:39
Provides a xbDbf wrapper.
Definition: vdkxtable.h:55