#include <wsjcpp_storages.h>
|
static std::string | type () |
|
◆ WsjcppStorage()
WsjcppStorage::WsjcppStorage |
( |
| ) |
|
◆ addStorageChanges()
◆ applyConfigFromFile()
virtual bool WsjcppStorage::applyConfigFromFile |
( |
const std::string & |
sFilePath | ) |
|
|
pure virtual |
◆ clean()
virtual void WsjcppStorage::clean |
( |
| ) |
|
|
pure virtual |
◆ connect()
◆ executeStorageChanges()
◆ existsTable()
bool WsjcppStorage::existsTable |
( |
const std::string & |
sTableName | ) |
|
◆ getTableDef()
◆ getTables()
◆ insertRow()
◆ prepareSqlQueries() [1/4]
virtual std::vector<std::string> WsjcppStorage::prepareSqlQueries |
( |
const WsjcppStorageInsert & |
storageInsert | ) |
|
|
pure virtual |
◆ prepareSqlQueries() [2/4]
virtual std::vector<std::string> WsjcppStorage::prepareSqlQueries |
( |
const WsjcppStorageCreateTable & |
storageCreateTable | ) |
|
|
pure virtual |
◆ prepareSqlQueries() [3/4]
virtual std::vector<std::string> WsjcppStorage::prepareSqlQueries |
( |
const WsjcppStorageModifyTable & |
storageModifyTable | ) |
|
|
pure virtual |
◆ prepareSqlQueries() [4/4]
virtual std::vector<std::string> WsjcppStorage::prepareSqlQueries |
( |
const WsjcppStorageDropTable & |
storageDropTable | ) |
|
|
pure virtual |
◆ prepareStringValue()
virtual std::string WsjcppStorage::prepareStringValue |
( |
const std::string & |
sValue | ) |
|
|
pure virtual |
◆ type()
static std::string WsjcppStorage::type |
( |
| ) |
|
|
inlinestatic |
◆ m_mapTables
◆ TAG
std::string WsjcppStorage::TAG |
|
protected |
The documentation for this class was generated from the following files: