#include <vdkxdb.h>
| 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 |
1.4.7