#include <Connection.hpp>
|
| Connection (std::string user, std::string pass, std::string host, int port, std::string dbname) |
|
| ~Connection () |
|
void | Execute (std::string query) |
|
Definition at line 13 of file Connection.hpp.
◆ Connection()
PluginSQL::Connection::Connection |
( |
std::string |
user, |
|
|
std::string |
pass, |
|
|
std::string |
host, |
|
|
int |
port, |
|
|
std::string |
dbname |
|
) |
| |
|
inline |
◆ ~Connection()
PluginSQL::Connection::~Connection |
( |
| ) |
|
|
inline |
◆ Execute()
void PluginSQL::Connection::Execute |
( |
std::string |
query | ) |
|
|
inline |
◆ conn
PGconn* PluginSQL::Connection::conn = nullptr |
|
private |
The documentation for this class was generated from the following file: