#include <MariaDBClientSyncAPI.h>
|
| void | affectedRows (const std::function< void(int)> &onAffectedRows, const std::function< void(const std::string &, unsigned int)> &onErro) |
| |
| void | fieldCount (const std::function< void(unsigned int)> &onFieldCount, const std::function< void(const std::string &, unsigned int)> &onError) |
| |
Definition at line 59 of file MariaDBClientSyncAPI.h.
◆ MariaDBClientSyncAPI() [1/2]
| database::mariadb::MariaDBClientSyncAPI::MariaDBClientSyncAPI |
( |
| ) |
|
|
protecteddefault |
◆ MariaDBClientSyncAPI() [2/2]
◆ ~MariaDBClientSyncAPI()
| database::mariadb::MariaDBClientSyncAPI::~MariaDBClientSyncAPI |
( |
| ) |
|
|
protectedvirtual |
◆ affectedRows()
| void database::mariadb::MariaDBClientSyncAPI::affectedRows |
( |
const std::function< void(int)> & |
onAffectedRows, |
|
|
const std::function< void(const std::string &, unsigned int)> & |
onErro |
|
) |
| |
◆ execute_sync()
| virtual void database::mariadb::MariaDBClientSyncAPI::execute_sync |
( |
MariaDBCommandSync * |
mariaDBCommand | ) |
|
|
protectedpure virtual |
◆ fieldCount()
| void database::mariadb::MariaDBClientSyncAPI::fieldCount |
( |
const std::function< void(unsigned int)> & |
onFieldCount, |
|
|
const std::function< void(const std::string &, unsigned int)> & |
onError |
|
) |
| |
The documentation for this class was generated from the following files: