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