Davix::Context Class Reference
Main handle for Davix.
More...
#include <davixcontext.hpp>
Detailed Description
Main handle for Davix.
Each new davix context contains its own session-reuse pool and set of parameters a Context can execute multiple queries in parallels and is thread safe
Constructor & Destructor Documentation
Davix::Context::Context |
( |
const Context & |
c |
) |
|
copy constructor
- Parameters:
-
Member Function Documentation
DavPosix* Davix::Context::createDavPosix |
( |
|
) |
|
void Davix::Context::loadModule |
( |
const std::string & |
name |
) |
|
load a plugin or a profile identified by name
- Parameters:
-
| name | : name of the plugin or profile to load |
Example: loadModule("grid") configure davix for a grid environment usage
assignment operator
- Parameters:
-
- Returns:
The documentation for this class was generated from the following file: