Used As |
Name |
Used In |
PARAM |
pool |
ScopedConnection::ScopedConnection (
ConnectionPool& pool,
bool safe
) [not-in-charge] »
|
PARAM |
pool |
ScopedConnection::ScopedConnection (
ConnectionPool& pool,
bool safe
) [in-charge] »
|
PARAM |
this |
ConnectionPool::exchange (
Connection const* pc
) »
|
PARAM |
this |
ConnectionPool::grab ( ) »
|
PARAM |
this |
ConnectionPool::release (
Connection const* pc
) »
|
PARAM |
this |
ConnectionPool::remove (
Connection const* pc
) »
|
PARAM |
this |
ConnectionPool::safe_grab ( ) »
|
PARAM |
this |
ConnectionPool::clear (
bool all
) »
|
PARAM |
this |
ConnectionPool::find_mru ( ) »
|
PARAM |
this |
ConnectionPool::remove (
ConnectionPool::PoolIt const& it
) »
|
PARAM |
this |
ConnectionPool::remove_old_connections ( ) »
|
FIELD |
.pool_ |
mysqlpp::ScopedConnection {
ConnectionPool&const pool_,
Connection*const connection_
} »
|