2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
21#ifndef DATABASE_MARIADB_COMMANDS_ASYNC_MARIADBFREERESULTCOMMAND
22#define DATABASE_MARIADB_COMMANDS_ASYNC_MARIADBFREERESULTCOMMAND
24#include "database/mariadb/MariaDBCommandASync.h"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
35 const std::function<
void(
void)>& onFreeResult,
36 const std::function<
void(
const std::string&,
unsigned int)>& onError);
43 void commandError(
const std::string& errorString,
unsigned int errorNumber)
override;
bool commandCompleted() override
int commandStart() override
~MariaDBFreeResultCommand() override
MariaDBFreeResultCommand(MYSQL_RES *&result, const std::function< void(void)> &onFreeResult, const std::function< void(const std::string &, unsigned int)> &onError)
void commandError(const std::string &errorString, unsigned int errorNumber) override
std::function< void(void)> onFreeResult
int commandContinue(int status) override