Used As |
Name |
Used In |
PARAM |
c |
Query::Query (
Connection* c,
bool te,
char const* qstr
) [not-in-charge] »
|
PARAM |
c |
SQLStream::SQLStream (
Connection* c,
char const* pstr
) [not-in-charge] »
|
PARAM |
c |
SQLStream::SQLStream (
Connection* c,
char const* pstr
) [in-charge] »
|
PARAM |
conn |
SsqlsBase::create (
Connection* conn
) [const] »
|
PARAM |
conn |
SsqlsBase::load (
Connection* conn
) [const] »
|
PARAM |
conn |
SsqlsBase::remove (
Connection* conn
) [const] »
|
PARAM |
conn |
SsqlsBase::save (
Connection* conn
) [const] »
|
PARAM |
conn |
Transaction::Transaction (
Connection& conn,
bool consistent
) [not-in-charge] »
|
PARAM |
conn |
Transaction::Transaction (
Connection& conn,
bool consistent
) [in-charge] »
|
PARAM |
conn |
Transaction::Transaction (
Connection& conn,
enum Transaction::IsolationLevel level,
enum Transaction::IsolationScope scope,
bool consistent
) [not-in-charge] »
|
PARAM |
conn |
Transaction::Transaction (
Connection& conn,
enum Transaction::IsolationLevel level,
enum Transaction::IsolationScope scope,
bool consistent
) [in-charge] »
|
PARAM |
this |
Connection::~Connection ( ) [not-in-charge] »
|
PARAM |
pc |
ConnectionPool::exchange (
Connection const* pc
) »
|
PARAM |
pc |
ConnectionPool::release (
Connection const* pc
) »
|
PARAM |
pc |
ConnectionPool::remove (
Connection const* pc
) »
|
PARAM |
c |
Query::Query (
Connection* c,
bool te,
char const* qstr
) [in-charge] »
|
PARAM |
this |
Connection::Connection (
bool te
) [not-in-charge] »
|
PARAM |
this |
Connection::Connection (
bool te
) [in-charge] »
|
PARAM |
this |
Connection::Connection (
char const* db,
char const* server,
char const* user,
char const* password,
unsigned int port
) [not-in-charge] »
|
PARAM |
this |
Connection::Connection (
char const* db,
char const* server,
char const* user,
char const* password,
unsigned int port
) [in-charge] »
|
PARAM |
other |
Connection::Connection (
Connection const& other
) [not-in-charge] »
|
PARAM |
this |
Connection::Connection (
Connection const& other
) [not-in-charge] »
|
PARAM |
other |
Connection::Connection (
Connection const& other
) [in-charge] »
|
PARAM |
this |
Connection::Connection (
Connection const& other
) [in-charge] »
|
PARAM |
this |
Connection::~Connection ( ) [in-charge-deleting] »
|
PARAM |
this |
Connection::~Connection ( ) [in-charge] »
|
PARAM |
this |
Connection::client_version ( ) [const] »
|
PARAM |
this |
Connection::connect (
char const* db,
char const* server,
char const* user,
char const* password,
unsigned int port
) »
|
PARAM |
this |
Connection::connected ( ) [const] »
|
PARAM |
this |
Connection::count_rows (
std::string const& table
) »
|
PARAM |
this |
Connection::create_db (
std::string const& db
) »
|
PARAM |
this |
Connection::disconnect ( ) »
|
PARAM |
this |
Connection::drop_db (
std::string const& db
) »
|
PARAM |
this |
Connection::errnum ( ) »
|
PARAM |
this |
Connection::error ( ) [const] »
|
PARAM |
this |
Connection::ipc_info ( ) [const] »
|
PARAM |
this |
Connection::kill (
unsigned long tid
) [const] »
|
PARAM |
rhs |
Connection::operator= (
Connection const& rhs
) »
|
PARAM |
this |
Connection::operator= (
Connection const& rhs
) »
|
PARAM |
this |
Connection::ping ( ) »
|
PARAM |
this |
Connection::protocol_version ( ) [const] »
|
PARAM |
this |
Connection::query (
char const* qstr
) »
|
PARAM |
this |
Connection::query (
std::string const& qstr
) »
|
PARAM |
this |
Connection::select_db (
std::string const& db
) »
|
PARAM |
this |
Connection::server_version ( ) [const] »
|
PARAM |
this |
Connection::set_option (
Option* o
) »
|
PARAM |
this |
Connection::shutdown ( ) »
|
PARAM |
this |
Connection::server_status ( ) [const] »
|
PARAM |
this |
Connection::thread_id ( ) »
|
PARAM |
this |
Connection::build_error_message (
char const* core
) »
|
PARAM |
other |
Connection::copy (
Connection const& other
) »
|
PARAM |
this |
Connection::copy (
Connection const& other
) »
|
PARAM |
this |
Connection::parse_ipc_method (
char const* server,
std::string& host,
unsigned int& port,
std::string& socket_name
) »
|
RETURN |
|
ConnectionPool::exchange (
Connection const* pc
) »
|
RETURN |
|
ConnectionPool::grab ( ) »
|
RETURN |
|
ConnectionPool::safe_grab ( ) »
|
RETURN |
|
ConnectionPool::find_mru ( ) »
|
RETURN |
|
Connection::operator= (
Connection const& rhs
) »
|
FIELD |
.connection_ |
mysqlpp::ScopedConnection {
ConnectionPool&const pool_,
Connection*const connection_
} »
|
FIELD |
.conn_ |
mysqlpp::SsqlsBase {
int(**)(...) _vptr,
SsqlsBase::anon-enum-ssqls2.h-248 output_mode_,
Connection* conn_,
char const* instance_table_name_
} »
|
FIELD |
.conn |
struct mysqlpp::ConnectionPool::ConnectionInfo {
mysqlpp::Connection* conn,
time_t last_used,
bool in_use
} »
|
FIELD |
.conn_ |
mysqlpp::SQLStream {
Connection* conn_
} »
|
FIELD |
.conn_ |
mysqlpp::Query {
SQLQueryParms template_defaults,
Connection* conn_,
bool copacetic_,
std::vector<SQLParseElement> parse_elems_,
std::vector<std::string> parsed_names_,
std::map<std::string, short> parsed_nums_,
std::stringbuf sbuffer_
} »
|
FIELD |
.conn_ |
mysqlpp::Query::MaxPacketInsertPolicy<mysqlpp::Transaction> {
mysqlpp::Connection* conn_,
int size_
} »
|
FIELD |
.conn_ |
mysqlpp::Transaction {
Connection&const conn_,
bool finished_
} »
|