CppDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
cppdb::backend::loadable_driver Class Reference

This class represents a driver that can be unloaded from the driver_manager. More...

#include <cppdb/backend.h>

Inheritance diagram for cppdb::backend::loadable_driver:
cppdb::backend::driver cppdb::ref_counted

List of all members.

Public Member Functions

virtual bool in_use ()
virtual connectionconnect (connection_info const &cs)

Detailed Description

This class represents a driver that can be unloaded from the driver_manager.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator