CellModules
|
#include <PluginSQL.hpp>
Public Member Functions | |
PluginSQL (nlohmann::json const &config, bool dropTables=false) | |
template<typename world_t > | |
void | endUpdate (world_t *w) |
Protected Member Functions | |
void | CreateTables (bool dropTablesIfExist) |
Private Attributes | |
std::string | host |
int | port |
std::string | user |
std::string | password |
std::string | database |
Scheme | scheme |
Connection | conn |
Definition at line 13 of file PluginSQL.hpp.
|
inline |
Definition at line 25 of file PluginSQL.hpp.
|
inlineprotected |
Definition at line 84 of file PluginSQL.hpp.
|
inline |
Definition at line 37 of file PluginSQL.hpp.
|
private |
Definition at line 21 of file PluginSQL.hpp.
|
private |
Definition at line 18 of file PluginSQL.hpp.
|
private |
Definition at line 14 of file PluginSQL.hpp.
|
private |
Definition at line 17 of file PluginSQL.hpp.
|
private |
Definition at line 15 of file PluginSQL.hpp.
|
private |
Definition at line 20 of file PluginSQL.hpp.
|
private |
Definition at line 16 of file PluginSQL.hpp.