|
CellModules
|
This is the complete list of members for PluginSQL::Connection, including all inherited members.
| appendBool(bool b) | PluginSQL::Connection | inline |
| appendDouble(double d) | PluginSQL::Connection | inline |
| appendField(const void *data, size_t len) | PluginSQL::Connection | inline |
| appendInt(int v) | PluginSQL::Connection | inline |
| appendRaw(const void *data, size_t len) | PluginSQL::Connection | inline |
| beginRow(int16_t nCols) | PluginSQL::Connection | inline |
| conn | PluginSQL::Connection | private |
| Connection(const std::string &user, const std::string &pass, const std::string &host, int port, const std::string &dbname) | PluginSQL::Connection | inline |
| CopyBinary(const std::string &table, const std::string &columns, const std::function< void()> &writeRows) | PluginSQL::Connection | inline |
| Execute(const std::string &sql) | PluginSQL::Connection | inline |
| footerCopy() | PluginSQL::Connection | inline |
| headerCopy(size_t N, size_t rowSize) | PluginSQL::Connection | inline |
| prepareBuffer(size_t N, size_t rowSize) | PluginSQL::Connection | inline |
| rowBuf | PluginSQL::Connection | private |
| ~Connection() | PluginSQL::Connection | inline |