#include <MariaDBExecCommand.h>
|
int | ret = 0 |
|
const std::string | sql |
|
const std::function< void(void)> | onExec |
|
Definition at line 32 of file MariaDBExecCommand.h.
◆ MariaDBExecCommand()
database::mariadb::commands::async::MariaDBExecCommand::MariaDBExecCommand |
( |
const std::string & | sql, |
|
|
const std::function< void(void)> & | onExec, |
|
|
const std::function< void(const std::string &, unsigned int)> & | onError ) |
◆ commandCompleted()
bool database::mariadb::commands::async::MariaDBExecCommand::commandCompleted |
( |
| ) |
|
|
overrideprivatevirtual |
◆ commandContinue()
int database::mariadb::commands::async::MariaDBExecCommand::commandContinue |
( |
int | status | ) |
|
|
overrideprivatevirtual |
◆ commandError()
void database::mariadb::commands::async::MariaDBExecCommand::commandError |
( |
const std::string & | errorString, |
|
|
unsigned int | errorNumber ) |
|
overrideprivatevirtual |
◆ commandInfo()
std::string database::mariadb::commands::async::MariaDBExecCommand::commandInfo |
( |
| ) |
|
|
overrideprivatevirtual |
◆ commandStart()
int database::mariadb::commands::async::MariaDBExecCommand::commandStart |
( |
| ) |
|
|
overrideprivatevirtual |
◆ onExec
const std::function<void(void)> database::mariadb::commands::async::MariaDBExecCommand::onExec |
|
private |
◆ ret
int database::mariadb::commands::async::MariaDBExecCommand::ret = 0 |
|
private |
◆ sql
const std::string database::mariadb::commands::async::MariaDBExecCommand::sql |
|
private |
The documentation for this class was generated from the following files: