DbStruct Pile
version 0.0.1
This pile contains classes that can be used to
|
The structure of a database. More...
#include <dbstruct.h>
Public Member Functions | |
DbStruct () | |
Default constructor. | |
DbStruct (const QSqlDatabase &db) | |
Constructor that also initializes the database. | |
QSqlDatabase & | database () |
Retreive the database. | |
void | setDatabase (const QSqlDatabase &value) |
Set the database. | |
virtual DbStructMeta * | metaDatabase ()=0 |
Get metadata instance. | |
The structure of a database.
This structure groups information about the structure of a database.