(55f46569f3e9688c2a07973923bfda68aa2b0c3e)
#include "qsql_sqlite_p.h"
#include <qcoreapplication.h>
#include <qdatetime.h>
#include <qdebug.h>
#include <qlist.h>
#include <qloggingcategory.h>
#include <qsqlerror.h>
#include <qsqlfield.h>
#include <qsqlindex.h>
#include <qsqlquery.h>
#include <QtSql/private/qsqlcachedresult_p.h>
#include <QtSql/private/qsqldriver_p.h>
#include <qstringlist.h>
#include <qvariant.h>
#include <QScopedValueRollback>
#include <unistd.h>
#include <sqlite3.h>
#include <functional>
#include "moc_qsql_sqlite_p.cpp"
Go to the source code of this file.
|
static int | qGetColumnType (const QString &tpName) |
static QSqlError | qMakeError (sqlite3 *access, const QString &descr, QSqlError::ErrorType type, int errorCode) |
static void | _q_lower (sqlite3_context *context, int argc, sqlite3_value **argv) |
static void | _q_upper (sqlite3_context *context, int argc, sqlite3_value **argv) |
static void | handle_sqlite_callback (void *qobj, int aoperation, char const *adbname, char const *atablename, sqlite3_int64 arowid) |
◆ _q_lower()
void _q_lower |
( |
sqlite3_context * | context, |
|
|
int | argc, |
|
|
sqlite3_value ** | argv ) |
|
static |
◆ _q_upper()
void _q_upper |
( |
sqlite3_context * | context, |
|
|
int | argc, |
|
|
sqlite3_value ** | argv ) |
|
static |
◆ handle_sqlite_callback()
void handle_sqlite_callback |
( |
void * | qobj, |
|
|
int | aoperation, |
|
|
char const * | adbname, |
|
|
char const * | atablename, |
|
|
sqlite3_int64 | arowid ) |
|
static |
◆ qGetColumnType()
int qGetColumnType |
( |
const QString & | tpName | ) |
|
|
static |
◆ qMakeError()