libodbc++  0.2.5
Public Member Functions | List of all members
odbc::Driver Class Reference

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.
 

Detailed Description

An ODBC Driver with it's information.


The documentation for this class was generated from the following file:

Go back to the libodbc++ homepage