affected_rows() | mysqlpp::Connection | [inline] |
client_info() | mysqlpp::Connection | [inline] |
close() | mysqlpp::Connection | [inline] |
connect(cchar *db="", cchar *host="", cchar *user="", cchar *passwd="") | mysqlpp::Connection | |
connected() const | mysqlpp::Connection | [inline] |
Connection() | mysqlpp::Connection | |
Connection(bool te) | mysqlpp::Connection | |
Connection(const char *db, const char *host="", const char *user="", const char *passwd="", bool te=true) | mysqlpp::Connection | |
Connection(const char *db, const char *host, const char *user, const char *passwd, uint port, my_bool compress=0, unsigned int connect_timeout=60, bool te=true, cchar *socket_name=0, unsigned int client_flag=0) | mysqlpp::Connection | |
create_db(std::string db) | mysqlpp::Connection | [inline] |
drop_db(std::string db) | mysqlpp::Connection | [inline] |
errnum() | mysqlpp::Connection | [inline] |
error() | mysqlpp::Connection | [inline] |
exec(const std::string &str) | mysqlpp::Connection | |
execute(const std::string &str) | mysqlpp::Connection | [inline] |
execute(const std::string &str, bool te) | mysqlpp::Connection | |
get_options() const | mysqlpp::Connection | [inline] |
host_info() | mysqlpp::Connection | [inline] |
info() | mysqlpp::Connection | |
infoo() | mysqlpp::Connection | [inline] |
insert_id() | mysqlpp::Connection | [inline] |
kill(unsigned long pid) | mysqlpp::Connection | [inline] |
lock() | mysqlpp::Connection | [inline] |
operator bool() | mysqlpp::Connection | [inline] |
ping() | mysqlpp::Connection | [inline] |
proto_info() | mysqlpp::Connection | [inline] |
purge() | mysqlpp::Connection | [inline] |
Query (defined in mysqlpp::Connection) | mysqlpp::Connection | [friend] |
query() | mysqlpp::Connection | |
read_options(enum mysql_option option, const char *arg) | mysqlpp::Connection | [inline] |
real_connect(cchar *db="", cchar *host="", cchar *user="", cchar *passwd="", uint port=0, my_bool compress=0, unsigned int connect_timeout=60, cchar *socket_name=0, unsigned int client_flag=0) | mysqlpp::Connection | |
refresh(unsigned int refresh_options) | mysqlpp::Connection | [inline] |
reload() | mysqlpp::Connection | |
ResNSel (defined in mysqlpp::Connection) | mysqlpp::Connection | [friend] |
ResUse (defined in mysqlpp::Connection) | mysqlpp::Connection | [friend] |
select_db(std::string db) | mysqlpp::Connection | [inline] |
select_db(const char *db) | mysqlpp::Connection | |
server_info() | mysqlpp::Connection | [inline] |
shutdown() | mysqlpp::Connection | |
stat() | mysqlpp::Connection | [inline] |
store(const std::string &str) | mysqlpp::Connection | [inline] |
store(const std::string &str, bool te) | mysqlpp::Connection | |
storein(std::vector< T > &con, const std::string &s) | mysqlpp::Connection | [inline] |
storein(std::deque< T > &con, const std::string &s) | mysqlpp::Connection | [inline] |
storein(std::list< T > &con, const std::string &s) | mysqlpp::Connection | [inline] |
storein(std::set< T > &con, const std::string &s) | mysqlpp::Connection | [inline] |
storein(std::multiset< T > &con, const std::string &s) | mysqlpp::Connection | [inline] |
storein_sequence(Sequence &con, const std::string &s) | mysqlpp::Connection | |
storein_set(Set &con, const std::string &s) | mysqlpp::Connection | |
success() const | mysqlpp::Connection | [inline] |
unlock() | mysqlpp::Connection | [inline] |
use(const std::string &str) | mysqlpp::Connection | [inline] |
use(const std::string &str, bool te) | mysqlpp::Connection | |
~Connection() (defined in mysqlpp::Connection) | mysqlpp::Connection | |