build_error_message(const char *core) | mysqlpp::Connection | [protected] |
client_version() const | mysqlpp::Connection | |
connect(const char *db=0, const char *server=0, const char *user=0, const char *password=0, unsigned int port=0) | mysqlpp::Connection | [virtual] |
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 | [mutable, protected] |
ipc_info() const | mysqlpp::Connection | |
kill(unsigned long tid) const | mysqlpp::Connection | |
NoExceptions class | mysqlpp::OptionalExceptions | [friend] |
operator private_bool_type() const | mysqlpp::Connection | [inline] |
operator=(const Connection &rhs) | mysqlpp::Connection | |
OptionalExceptions(bool e=true) | mysqlpp::OptionalExceptions | [inline] |
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 | [inline, protected] |
set_option(Option *o) | mysqlpp::Connection | |
shutdown() | mysqlpp::Connection | |
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 | [inline, virtual] |