This class represents a driver that can be unloaded from the driver_manager. More...
#include <cppdb/backend.h>
Public Member Functions | |
virtual bool | in_use () |
virtual connection * | connect (connection_info const &cs) |
This class represents a driver that can be unloaded from the driver_manager.
virtual connection* cppdb::backend::loadable_driver::connect | ( | connection_info const & | cs | ) | [virtual] |
Creates a new connection object and keeps track of them for handing (in_use) correctly
Reimplemented from cppdb::backend::driver.
virtual bool cppdb::backend::loadable_driver::in_use | ( | ) | [virtual] |
Returns true if any of generated connections still exits
Implements cppdb::backend::driver.