affected_rows() | mysqlpp::DBDriver | inline |
client_version() const | mysqlpp::DBDriver | inline |
connect(const MYSQL &mysql) | mysqlpp::DBDriver | |
connect(const char *host, const char *socket_name, unsigned int port, const char *db, const char *user, const char *password) | mysqlpp::DBDriver | virtual |
connect_prepare() | mysqlpp::DBDriver | protected |
connected() const | mysqlpp::DBDriver | inline |
copy(const DBDriver &other) | mysqlpp::DBDriver | |
create_db(const char *db) const | mysqlpp::DBDriver | |
data_seek(MYSQL_RES *res, ulonglong offset) const | mysqlpp::DBDriver | inline |
DBDriver() | mysqlpp::DBDriver | |
DBDriver(const DBDriver &other) | mysqlpp::DBDriver | |
disconnect() | mysqlpp::DBDriver | |
drop_db(const std::string &db) const | mysqlpp::DBDriver | |
enable_ssl(const char *key=0, const char *cert=0, const char *ca=0, const char *capath=0, const char *cipher=0) | mysqlpp::DBDriver | |
errnum() | mysqlpp::DBDriver | inline |
error() | mysqlpp::DBDriver | inline |
escape_string(char *to, const char *from, size_t length) | mysqlpp::DBDriver | inline |
escape_string(std::string *ps, const char *original, size_t length) | mysqlpp::DBDriver | |
escape_string_no_conn(char *to, const char *from, size_t length) | mysqlpp::DBDriver | inlinestatic |
escape_string_no_conn(std::string *ps, const char *original=0, size_t length=0) | mysqlpp::DBDriver | static |
execute(const char *qstr, size_t length) | mysqlpp::DBDriver | inline |
fetch_field(MYSQL_RES *res, size_t i=UINT_MAX) const | mysqlpp::DBDriver | inline |
fetch_lengths(MYSQL_RES *res) const | mysqlpp::DBDriver | inline |
fetch_row(MYSQL_RES *res) const | mysqlpp::DBDriver | inline |
field_seek(MYSQL_RES *res, size_t field) const | mysqlpp::DBDriver | inline |
free_result(MYSQL_RES *res) const | mysqlpp::DBDriver | inline |
get_options() const | mysqlpp::DBDriver | inline |
insert_id() | mysqlpp::DBDriver | inline |
ipc_info() | mysqlpp::DBDriver | inline |
kill(unsigned long tid) | mysqlpp::DBDriver | inline |
more_results() | mysqlpp::DBDriver | inline |
next_result() | mysqlpp::DBDriver | inline |
nr_code enum name | mysqlpp::DBDriver | |
nr_error enum value | mysqlpp::DBDriver | |
nr_last_result enum value | mysqlpp::DBDriver | |
nr_more_results enum value | mysqlpp::DBDriver | |
nr_not_supported enum value | mysqlpp::DBDriver | |
num_fields(MYSQL_RES *res) const | mysqlpp::DBDriver | inline |
num_rows(MYSQL_RES *res) const | mysqlpp::DBDriver | inline |
ping() | mysqlpp::DBDriver | inline |
protocol_version() | mysqlpp::DBDriver | inline |
query_info() | mysqlpp::DBDriver | |
refresh(unsigned options) | mysqlpp::DBDriver | inline |
result_empty() | mysqlpp::DBDriver | inline |
select_db(const char *db) | mysqlpp::DBDriver | inline |
server_status() | mysqlpp::DBDriver | inline |
server_version() | mysqlpp::DBDriver | inline |
set_option(Option *o) | mysqlpp::DBDriver | |
set_option(mysql_option moption, const void *arg=0) | mysqlpp::DBDriver | inline |
set_option(unsigned int option, bool arg) | mysqlpp::DBDriver | |
set_option_default(Option *o) | mysqlpp::DBDriver | inline |
set_option_impl(Option *o) | mysqlpp::DBDriver | protected |
shutdown() | mysqlpp::DBDriver | |
store_result() | mysqlpp::DBDriver | inline |
thread_aware() | mysqlpp::DBDriver | static |
thread_end() | mysqlpp::DBDriver | inlinestatic |
thread_id() | mysqlpp::DBDriver | inline |
thread_start() | mysqlpp::DBDriver | inlinestatic |
use_result() | mysqlpp::DBDriver | inline |
~DBDriver() | mysqlpp::DBDriver | virtual |