|
#include <DatabaseConnectionPool.h>
Public Attributes | |
| DriverHandle | m_handle |
| CreateDriverInstance * | m_createConnection |
| DestroyDriverInstance * | m_destroyConnection |
Information about loaded database driver
| CreateDriverInstance* sptk::DatabaseDriver::m_createConnection |
Function that creates driver instances
| DestroyDriverInstance* sptk::DatabaseDriver::m_destroyConnection |
Function that destroys driver instances
| DriverHandle sptk::DatabaseDriver::m_handle |
Driver SO/DLL handle after load