build_error_message(const char *core) | mysqlpp::Connection | protected |
client_version() const | mysqlpp::Connection | |
connect(const char *addr=0, const char *db=0, const char *user=0, const char *password=0) | mysqlpp::TCPConnection | |
connected() const | mysqlpp::Connection | |
Connection(bool te=true) | mysqlpp::Connection | |
Connection(const char *db, const char *server=0, const char *user=0, const char *password=0, unsigned int port=0) | mysqlpp::Connection | |
Connection(const Connection &other) | mysqlpp::Connection | |
copy(const Connection &other) | mysqlpp::Connection | protected |
count_rows(const std::string &table) | mysqlpp::Connection | |
create_db(const std::string &db) | mysqlpp::Connection | |
disable_exceptions() const | mysqlpp::OptionalExceptions | inline |
disconnect() | mysqlpp::Connection | |
driver() | mysqlpp::Connection | inline |
drop_db(const std::string &db) | mysqlpp::Connection | |
enable_exceptions() const | mysqlpp::OptionalExceptions | inline |
errnum() | mysqlpp::Connection | |
error() const | mysqlpp::Connection | |
error_message_ | mysqlpp::Connection | mutableprotected |
ipc_info() const | mysqlpp::Connection | |
kill(unsigned long tid) const | mysqlpp::Connection | |
operator private_bool_type() const | mysqlpp::Connection | inline |
operator=(const Connection &rhs) | mysqlpp::Connection | |
OptionalExceptions(bool e=true) | mysqlpp::OptionalExceptions | inline |
parse_address(std::string &addr, unsigned int &port, std::string &error) | mysqlpp::TCPConnection | static |
parse_ipc_method(const char *server, std::string &host, unsigned int &port, std::string &socket_name) | mysqlpp::Connection | protected |
ping() | mysqlpp::Connection | |
protocol_version() const | mysqlpp::Connection | |
query(const char *qstr=0) | mysqlpp::Connection | |
query(const std::string &qstr) | mysqlpp::Connection | |
select_db(const std::string &db) | mysqlpp::Connection | |
server_status() const | mysqlpp::Connection | |
server_version() const | mysqlpp::Connection | |
set_exceptions(bool e) const | mysqlpp::OptionalExceptions | inlineprotected |
set_option(Option *o) | mysqlpp::Connection | |
shutdown() | mysqlpp::Connection | |
TCPConnection() | mysqlpp::TCPConnection | inline |
TCPConnection(const char *addr, const char *db=0, const char *user=0, const char *password=0) | mysqlpp::TCPConnection | inline |
TCPConnection(const TCPConnection &other) | mysqlpp::TCPConnection | inline |
thread_aware() | mysqlpp::Connection | static |
thread_end() | mysqlpp::Connection | static |
thread_id() | mysqlpp::Connection | |
thread_start() | mysqlpp::Connection | static |
throw_exceptions() const | mysqlpp::OptionalExceptions | inline |
~Connection() | mysqlpp::Connection | virtual |
~OptionalExceptions() | mysqlpp::OptionalExceptions | inlinevirtual |
~TCPConnection() | mysqlpp::TCPConnection | inline |