libodbc++
0.2.5
|
A Data Source. More...
#include <drivermanager.h>
Public Member Functions | |
DataSource (const std::string &name, const std::string &description) | |
Constructor. | |
virtual | ~DataSource () |
Destructor. | |
const std::string & | getName () const |
Return the name of the data source. | |
const std::string & | getDescription () const |
Return the description (if any) of the datasource. | |
A Data Source.