TreeFrogFramework  2.8
Functions | Variables
tcachesqlitestore.cpp File Reference
#include "tcachesqlitestore.h"
#include "tsqlquery.h"
#include "tsystemglobal.h"
#include "tsqldatabasepool.h"
#include <QByteArray>
#include <QDateTime>
#include <TfCore>
#include <mutex>
Include dependency graph for tcachesqlitestore.cpp:

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"
 

Function Documentation

◆ lastError()

void TMongoQuery::lastError ( )
inline

Returns the VariantMap object of the error status of the last operation.

◆ lastErrorString()

QString lastErrorString ( )
inline

Variable Documentation

◆ BLOB_COLUMN

constexpr auto BLOB_COLUMN = "b"
constexpr

◆ KEY_COLUMN

constexpr auto KEY_COLUMN = "k"
constexpr

◆ TABLE_NAME

constexpr auto TABLE_NAME = "kb"
constexpr

◆ TIMESTAMP_COLUMN

constexpr auto TIMESTAMP_COLUMN = "t"
constexpr