vdkxdb 2.4.0
|
Provides a xbXBase wrapper. More...
#include <vdkxdb.h>
Provides a xbXBase wrapper.
void VDKXDatabase::Clear | ( | ) |
Clear database closing and deleting all open tables
VDKXTable * VDKXDatabase::operator[] | ( | int | k | ) |
Returns table address given ordinal position
k | ordinal position |
VDKXTable * VDKXDatabase::operator[] | ( | char * | name | ) |
Returns table address given table name
name | table name |
bool VDKXDatabase::RemoveTable | ( | char * | name | ) |
Removes a table from database table list
name | table name. Returns true on success |