|
vdkxdb 2.4.0
|
Provides a xbXBase wrapper. More...
#include <vdkxdb.h>
Inherits xbXBase.
Public Member Functions | |
| VDKXDatabase () | |
| Constructor. | |
| virtual | ~VDKXDatabase () |
| Destructor. | |
| bool | RemoveTable (char *name) |
| bool | Initialized () |
| Returns if xdb is initialized or not. | |
| VDKXTable * | operator[] (char *name) |
| VDKXTable * | operator[] (int k) |
| TableList * | TList () |
| Returns database table list. | |
| void | Clear () |
Provides a xbXBase wrapper.
| void VDKXDatabase::Clear | ( | ) |
Clear database closing and deleting all open tables
| 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 |
| bool VDKXDatabase::RemoveTable | ( | char * | name | ) |
Removes a table from database table list
| name | table name. Returns true on success |
1.8.2