|
Pol
Revision:cb584c9
|
Public Member Functions | |
| ConnectionWrapper () | |
| ~ConnectionWrapper () | |
| MYSQL * | ptr () |
| void | set (MYSQL *conn) |
Private Attributes | |
| MYSQL * | _conn |
Definition at line 160 of file sqlscrobj.h.
| Pol::Core::BSQLConnection::ConnectionWrapper::ConnectionWrapper | ( | ) |
Definition at line 411 of file sqlscrobj.cpp.
| Pol::Core::BSQLConnection::ConnectionWrapper::~ConnectionWrapper | ( | ) |
Definition at line 412 of file sqlscrobj.cpp.
References _conn.
| MYSQL * Pol::Core::BSQLConnection::ConnectionWrapper::ptr | ( | ) |
Definition at line 424 of file sqlscrobj.cpp.
References _conn.
| void Pol::Core::BSQLConnection::ConnectionWrapper::set | ( | MYSQL * | conn | ) |
Definition at line 418 of file sqlscrobj.cpp.
References _conn.
|
private |
Definition at line 169 of file sqlscrobj.h.
Referenced by ptr(), set(), and ~ConnectionWrapper().