#include <QCoreApplication>#include <QSqlDatabase>#include <QStringList>


Go to the source code of this file.
Classes | |
| struct | DatabaseTableField |
| This struct is a sqlite3 table column representation. Something like a system catalogue item. More... | |
| class | Database |
| The database manager. More... | |
Defines | |
| #define | SESSION_NAME "sqliteman-db" |
Typedefs | |
| typedef QMap< QString, QString > | DbAttach |
| List of the attached databases ("schemas"). Mapping name/filename. | |
| typedef QList< DatabaseTableField > | FieldList |
| Table columns list. | |
| typedef QMap< QString, QString > | DbObjects |
| A map with "object name"/"its parent" - schema. | |
| #define SESSION_NAME "sqliteman-db" |
Referenced by AlterTriggerDialog::AlterTriggerDialog(), AlterViewDialog::AlterViewDialog(), ConstraintsDialog::ConstraintsDialog(), Database::describeObject(), Database::dropIndex(), Database::dropTable(), Database::dropTrigger(), Database::dropView(), Database::execSql(), Database::exportSql(), Database::getDatabases(), Database::getObjects(), Database::getSysIndexes(), Database::getSysObjects(), Database::indexFields(), Database::pragma(), Database::sessionName(), and Database::tableFields().
| typedef QMap<QString,QString> DbAttach |
List of the attached databases ("schemas"). Mapping name/filename.
| typedef QMap<QString,QString> DbObjects |
A map with "object name"/"its parent" - schema.
| typedef QList<DatabaseTableField> FieldList |
Table columns list.
1.5.5