libodbc++
0.2.5
|
An ODBC Driver with it's information. More...
#include <drivermanager.h>
Public Member Functions | |
Driver (const std::string &description, const std::vector< std::string > &attributes) | |
Constructor. | |
virtual | ~Driver () |
Destructor. | |
const std::string & | getDescription () const |
Return a description of the driver. | |
const std::vector< std::string > & | getAttributes () const |
Return a list of keys that can appear in a connect string using this driver. | |
An ODBC Driver with it's information.