CTDatabase::~CTDatabase
Syntax
~CTDatabase
Parameters
This destructor has no parameters.
Description
This is the destructor for the CTDatabase class. It frees the allocated memory to the Database. No database operations are allowed after the CTDatabase destructor is called.
See also
CTDatabase()