#include "qsql_sqlite2.h"
#include <qcoreapplication.h>
#include <qvariant.h>
#include <qdatetime.h>
#include <qfile.h>
#include <qregexp.h>
#include <qsqlerror.h>
#include <qsqlfield.h>
#include <qsqlindex.h>
#include <qsqlquery.h>
#include <qstringlist.h>
#include <qvector.h>
#include <sqlite.h>
Go to the source code of this file.
◆ sqlite_vm
◆ nameToType()
Definition at line 68 of file qsql_sqlite2.cpp.
Referenced by QSQLite2ResultPrivate::init(), and QVariant::swap().
QString toUpper() const Q_REQUIRED_RESULT
Returns an uppercase copy of the string.
bool startsWith(const QString &s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the string starts with s; otherwise returns false.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal...
◆ initial_cache_size
const uint initial_cache_size = 128 |
|
static |