#include <mysql_storage.h>
◆ MySqlStorageConnection()
MySqlStorageConnection::MySqlStorageConnection |
( |
MYSQL * |
pConn, |
|
|
WsjcppStorage * |
pStorage |
|
) |
| |
◆ ~MySqlStorageConnection()
MySqlStorageConnection::~MySqlStorageConnection |
( |
| ) |
|
|
virtual |
◆ executeQuery()
bool MySqlStorageConnection::executeQuery |
( |
const std::string & |
sQuery | ) |
|
|
virtual |
◆ getInstalledVersions()
std::vector< std::string > MySqlStorageConnection::getInstalledVersions |
( |
| ) |
|
|
overridevirtual |
◆ insertUpdateInfo()
bool MySqlStorageConnection::insertUpdateInfo |
( |
const std::string & |
sVersion, |
|
|
const std::string & |
sDescription |
|
) |
| |
|
virtual |
◆ lastDatabaseVersion()
std::string MySqlStorageConnection::lastDatabaseVersion |
( |
| ) |
|
|
virtual |
◆ m_mtxConn
std::mutex MySqlStorageConnection::m_mtxConn |
|
private |
◆ m_pConnection
MYSQL* MySqlStorageConnection::m_pConnection |
|
private |
◆ m_pStorage
The documentation for this class was generated from the following files: