/home/subzero/sqliteman/trunk/Sqliteman/sqliteman/database.h File Reference

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

Include dependency graph for database.h:

This graph shows which files directly or indirectly include this file:

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< DatabaseTableFieldFieldList
 Table columns list.
typedef QMap< QString, QString > DbObjects
 A map with "object name"/"its parent" - schema.


Define Documentation

#define SESSION_NAME   "sqliteman-db"


Typedef Documentation

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.


Generated on Sat Jul 26 09:05:49 2008 for Sqliteman by  doxygen 1.5.5