|
DbStruct Pile
version 0.0.1
This pile contains classes that can be used to
|
Declarations for DbStruct class. More...
#include <dbstruct/dbstruct-config.h>#include <dbstruct/dbobject.h>#include <dbstruct/dbtable.h>#include <dbstruct/dbview.h>#include <QSqlDatabase>Go to the source code of this file.
Classes | |
| class | DbStructMeta |
| The structure of a database. More... | |
| class | DbStruct |
| The structure of a database. More... | |
Macros | |
| #define | META_DATA_BASE_CTORS(__name__) |
| Default constructors for inheritants of DbStruct. More... | |
| #define | META_DATA_BASE_GETTER |
Inheritants of DbStruct must implement a metaDatabase() method. More... | |
| #define | META_DATA_BASE(__name__) |
| A complete implementation for a DbStruct inheritant. More... | |
Declarations for DbStruct class.
| #define META_DATA_BASE | ( | __name__ | ) |
A complete implementation for a DbStruct inheritant.
| #define META_DATA_BASE_CTORS | ( | __name__ | ) |
| #define META_DATA_BASE_GETTER |
Inheritants of DbStruct must implement a metaDatabase() method.