#include <MariaDBFieldCountCommand.h>
Definition at line 54 of file MariaDBFieldCountCommand.h.
◆ MariaDBFieldCountCommand()
database::mariadb::commands::sync::MariaDBFieldCountCommand::MariaDBFieldCountCommand |
( |
const std::function< void(unsigned int)> & |
onFieldCount, |
|
|
const std::function< void(const std::string &, unsigned int)> & |
onError |
|
) |
| |
◆ commandCompleted()
bool database::mariadb::commands::sync::MariaDBFieldCountCommand::commandCompleted |
( |
| ) |
|
|
overrideprivatevirtual |
◆ commandError()
void database::mariadb::commands::sync::MariaDBFieldCountCommand::commandError |
( |
const std::string & |
errorString, |
|
|
unsigned int |
errorNumber |
|
) |
| |
|
overrideprivatevirtual |
◆ commandStart()
int database::mariadb::commands::sync::MariaDBFieldCountCommand::commandStart |
( |
| ) |
|
|
overrideprivatevirtual |
◆ fieldCount
unsigned int database::mariadb::commands::sync::MariaDBFieldCountCommand::fieldCount = 0 |
|
private |
◆ onFieldCount
const std::function<void(unsigned int)> database::mariadb::commands::sync::MariaDBFieldCountCommand::onFieldCount |
|
private |
The documentation for this class was generated from the following files: