DbStruct Pile   version 0.0.1
This pile contains classes that can be used to
DbStruct Class Referenceabstract

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 DbStructMetametaDatabase ()=0
 Get metadata instance.
 

Detailed Description

The structure of a database.

This structure groups information about the structure of a database.


The documentation for this class was generated from the following file: