|
IDataSource * | CreateDs (const string &driver_name, const map< string, string > *attr=0, const string &tag=kEmptyStr) |
|
IDataSource * | CreateDs (const string &driver_name, const string &tag) |
|
IDataSource * | CreateDsFrom (const string &drivers, const IRegistry *reg=0, const string &tag=kEmptyStr) |
|
IDataSource * | CreateDsFrom (const string &drivers, const string &tag) |
|
IDataSource * | MakeDs (const CDBConnParams ¶ms, const string &tag=kEmptyStr) |
|
void | DestroyDs (const string &driver_name) |
|
void | DestroyDs (const IDataSource *ds) |
|
void | SetMaxConnect (unsigned int max_connect) |
|
unsigned int | GetMaxConnect (void) |
|
| C_DriverMgr (unsigned int nof_drivers=16) |
|
I_DriverContext * | GetDriverContext (const string &driver_name, string *err_msg=0, const map< string, string > *attr=0) |
|
virtual | ~C_DriverMgr () |
|
void | AddDllSearchPath (const string &path) |
| Add path for the DLL lookup. More...
|
|
void | ResetDllSearchPath (vector< string > *previous_paths=NULL) |
| Delete all user-installed paths for the DLL lookup (for all resolvers) More...
|
|
CDllResolver::TExtraDllPath | SetDllStdSearchPath (CDllResolver::TExtraDllPath standard_paths) |
| Specify which standard locations should be used for the DLL lookup (for all resolvers). More...
|
|
CDllResolver::TExtraDllPath | GetDllStdSearchPath (void) const |
| Get standard locations which should be used for the DLL lookup. More...
|
|
I_DriverContext * | GetDriverContextFromTree (const string &driver_name, const TPluginManagerParamTree *const attr=NULL) |
|
I_DriverContext * | GetDriverContextFromMap (const string &driver_name, const map< string, string > *attr=NULL) |
|
Definition at line 64 of file driver_mgr.hpp.