#include <MariaDBFetchRowCommand.h>
|
| MYSQL_RES *& | result |
| MYSQL_ROW | row = nullptr |
| std::function< void(const MYSQL_ROW)> | onRow |
Definition at line 54 of file MariaDBFetchRowCommand.h.
◆ MariaDBFetchRowCommand()
| database::mariadb::commands::async::MariaDBFetchRowCommand::MariaDBFetchRowCommand |
( |
MYSQL_RES *& | result, |
|
|
const std::function< void(const MYSQL_ROW)> & | onRow, |
|
|
const std::function< void(const std::string &, unsigned int)> & | onError ) |
◆ commandCompleted()
| bool database::mariadb::commands::async::MariaDBFetchRowCommand::commandCompleted |
( |
| ) |
|
|
overrideprivatevirtual |
◆ commandContinue()
| int database::mariadb::commands::async::MariaDBFetchRowCommand::commandContinue |
( |
int | status | ) |
|
|
overrideprivatevirtual |
◆ commandError()
| void database::mariadb::commands::async::MariaDBFetchRowCommand::commandError |
( |
const std::string & | errorString, |
|
|
unsigned int | errorNumber ) |
|
overrideprivatevirtual |
◆ commandStart()
| int database::mariadb::commands::async::MariaDBFetchRowCommand::commandStart |
( |
| ) |
|
|
overrideprivatevirtual |
◆ onRow
| std::function<void(const MYSQL_ROW)> database::mariadb::commands::async::MariaDBFetchRowCommand::onRow |
|
private |
◆ result
| MYSQL_RES*& database::mariadb::commands::async::MariaDBFetchRowCommand::result |
|
private |
◆ row
| MYSQL_ROW database::mariadb::commands::async::MariaDBFetchRowCommand::row = nullptr |
|
private |
The documentation for this class was generated from the following files: