TreeFrogFramework
2.8
|
#include "tcachesqlitestore.h"
#include "tsqlquery.h"
#include "tsystemglobal.h"
#include "tsqldatabasepool.h"
#include <QByteArray>
#include <QDateTime>
#include <TfCore>
#include <mutex>
Functions | |
QSqlError | lastError () |
QString | lastErrorString () |
Variables | |
constexpr auto | TABLE_NAME = "kb" |
constexpr auto | KEY_COLUMN = "k" |
constexpr auto | BLOB_COLUMN = "b" |
constexpr auto | TIMESTAMP_COLUMN = "t" |
|
inline |
Returns the VariantMap object of the error status of the last operation.
|
inline |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |