#include <DriverManager.h>

Definition at line 26 of file DriverManager.h.
Public Member Functions | |
| DriverManager (const String &dsopath) | |
| ~DriverManager () | |
| Driver * | load () | 
| void | unload (Driver *drv) | 
| virtual const char * | getClassName () | 
| Returns the name of the current class.   | |
| virtual std::string | toString () | 
Static Public Member Functions | |
| static Driver * | load (DSO *dso_obj) | 
| static void | unload (Driver *drv, DSO *dso_obj) | 
| static void | debugmsg (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) | 
| Will print a debug message to the screen.   | |
| static void | debugmsgln (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__) | 
Protected Attributes | |
| DSO * | dso | 
| std::string | __cls_name | 
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Object &s) | 
| xvr2::SQL::DriverManager::DriverManager | ( | const String & | dsopath | ) | 
| xvr2::SQL::DriverManager::~DriverManager | ( | ) | 
| Driver* xvr2::SQL::DriverManager::load | ( | ) | 
| void xvr2::SQL::DriverManager::unload | ( | Driver * | drv | ) | 
| virtual const char* xvr2::Object::getClassName | ( | ) |  [virtual, inherited] | 
        
Returns the name of the current class.
| static void xvr2::Object::debugmsg | ( | Object * | obj, | |
| const char * | msg, | |||
| int |  linenumber = __LINE__,  | 
        |||
| const char * |  srcfile = __FILE__ | |||
| ) |  [static, inherited] | 
        
Will print a debug message to the screen.
| static void xvr2::Object::debugmsgln | ( | Object * | obj, | |
| const char * | msg, | |||
| int |  linenumber = __LINE__,  | 
        |||
| const char * |  srcfile = __FILE__ | |||
| ) |  [static, inherited] | 
        
| virtual std::string xvr2::Object::toString | ( | ) |  [virtual, inherited] | 
        
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const Object & | s | |||
| ) |  [friend, inherited] | 
        
DSO* xvr2::SQL::DriverManager::dso [protected]           | 
        
Definition at line 29 of file DriverManager.h.
std::string xvr2::Object::__cls_name [protected, inherited]           | 
        
 1.5.5