2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
21#ifndef DATABASE_MARIADB_COMMANDS_SYNC_MARIADBFIELDCOUNTCOMMAND
22#define DATABASE_MARIADB_COMMANDS_SYNC_MARIADBFIELDCOUNTCOMMAND
24#include "database/mariadb/MariaDBCommandSync.h"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
35 const std::function<
void(
const std::string&,
unsigned int)>& onError);
40 void commandError(
const std::string& errorString,
unsigned int errorNumber)
override;
int commandStart() override
void commandError(const std::string &errorString, unsigned int errorNumber) override
const std::function< void(unsigned int)> onFieldCount
MariaDBFieldCountCommand(const std::function< void(unsigned int)> &onFieldCount, const std::function< void(const std::string &, unsigned int)> &onError)
bool commandCompleted() override