Qt 4.8
|
#include "qsql_sqlite.h"
#include <qcoreapplication.h>
#include <qvariant.h>
#include <qsqlerror.h>
#include <qsqlfield.h>
#include <qsqlindex.h>
#include <qsqlquery.h>
#include <qstringlist.h>
#include <qvector.h>
#include <qdebug.h>
#include <qt_windows.h>
#include <sqlite3.h>
Go to the source code of this file.
Classes | |
class | QSQLiteDriverPrivate |
class | QSQLiteResultPrivate |
Functions | |
static QString | _q_escapeIdentifier (const QString &identifier) |
static QVariant::Type | qGetColumnType (const QString &tpName) |
static QSqlIndex | qGetTableInfo (QSqlQuery &q, const QString &tableName, bool onlyPIndex=false) |
static QSqlError | qMakeError (sqlite3 *access, const QString &descr, QSqlError::ErrorType type, int errorCode=-1) |
Definition at line 67 of file qsql_sqlite.cpp.
Referenced by QSQLiteDriver::escapeIdentifier(), and qGetTableInfo().
|
static |
Definition at line 78 of file qsql_sqlite.cpp.
Referenced by QSQLiteResultPrivate::initColumns(), and qGetTableInfo().
|
static |
Definition at line 681 of file qsql_sqlite.cpp.
Referenced by QSQLiteDriver::primaryIndex(), qExtractSecurityPolicyFromString(), and QSQLiteDriver::record().
|
static |
Definition at line 95 of file qsql_sqlite.cpp.
Referenced by QSQLiteDriver::close(), QSQLiteResult::exec(), QSQLiteResultPrivate::fetchNext(), QSQLiteDriver::open(), and QSQLiteResult::prepare().