sqlitecursor.cpp File Reference
#include "sqlitecursor.h"
#include "sqliteconnection.h"
#include "sqliteconnection_p.h"
#include <kexidb/error.h>
#include <kexidb/driver.h>
#include <kexiutils/utils.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <kdebug.h>
#include <klocale.h>
#include <qptrvector.h>
#include <qdatetime.h>
Go to the source code of this file.
Functions | |
| static bool | sqliteStringToBool (const QString &s) |
| safer interpretations of boolean values for SQLite | |
Function Documentation
|
|
safer interpretations of boolean values for SQLite
Definition at line 42 of file sqlitecursor.cpp. Referenced by KexiDB::SQLiteCursor::storeCurrentRow(). |
