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