NCBI C++ ToolKit
|
Search Toolkit Book for C_DriverMgr
#include <dbapi/driver/driver_mgr.hpp>
Public Member Functions | |
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 49 of file driver_mgr.hpp.