![]() |
Storage Engine API
|
This class manages a SQLite database connection object. More...
#include <mobile_session.h>
This class manages a SQLite database connection object.
Public Member Functions | |
MobileSession (sqlite3 *session, MobileSessionPool *sessionPool) | |
~MobileSession () | |
sqlite3 * | getSession () const |
Returns a pointer to the underlying SQLite connection object. More... | |
Private Member Functions | |
MONGO_DISALLOW_COPYING (MobileSession) | |
Private Attributes | |
sqlite3 * | _session |
MobileSessionPool * | _sessionPool |
mongo::MobileSession::MobileSession | ( | sqlite3 * | session, |
MobileSessionPool * | sessionPool | ||
) |
mongo::MobileSession::~MobileSession | ( | ) |
sqlite3 * mongo::MobileSession::getSession | ( | ) | const |
Returns a pointer to the underlying SQLite connection object.
|
private |
|
private |
|
private |