#include <ConnectionPool.h>
|
void | configure (coral::IConnectionServiceConfiguration &coralConfig) |
|
boost::shared_ptr
< coral::ISessionProxy > | createCoralSession (const std::string &connectionString, const std::string &transactionId, bool writeCapable=false) |
|
Session | createSession (const std::string &connectionString, const std::string &transactionId, bool writeCapable=false) |
|
Definition at line 31 of file ConnectionPool.h.
cond::persistency::ConnectionPool::ConnectionPool |
( |
| ) |
|
cond::persistency::ConnectionPool::~ConnectionPool |
( |
| ) |
|
void cond::persistency::ConnectionPool::configure |
( |
| ) |
|
void cond::persistency::ConnectionPool::configure |
( |
coral::IConnectionServiceConfiguration & |
coralConfig | ) |
|
|
private |
boost::shared_ptr< coral::ISessionProxy > cond::persistency::ConnectionPool::createCoralSession |
( |
const std::string & |
connectionString, |
|
|
bool |
writeCapable = false |
|
) |
| |
boost::shared_ptr< coral::ISessionProxy > cond::persistency::ConnectionPool::createCoralSession |
( |
const std::string & |
connectionString, |
|
|
const std::string & |
transactionId, |
|
|
bool |
writeCapable = false |
|
) |
| |
|
private |
Session cond::persistency::ConnectionPool::createReadOnlySession |
( |
const std::string & |
connectionString, |
|
|
const std::string & |
transactionId |
|
) |
| |
Session cond::persistency::ConnectionPool::createSession |
( |
const std::string & |
connectionString, |
|
|
bool |
writeCapable = false |
|
) |
| |
Session cond::persistency::ConnectionPool::createSession |
( |
const std::string & |
connectionString, |
|
|
const std::string & |
transactionId, |
|
|
bool |
writeCapable = false |
|
) |
| |
|
private |
bool cond::persistency::ConnectionPool::isLoggingEnabled |
( |
| ) |
const |
void cond::persistency::ConnectionPool::setAuthenticationPath |
( |
const std::string & |
p | ) |
|
void cond::persistency::ConnectionPool::setAuthenticationSystem |
( |
int |
authSysCode | ) |
|
void cond::persistency::ConnectionPool::setFrontierSecurity |
( |
const std::string & |
signature | ) |
|
void cond::persistency::ConnectionPool::setLogging |
( |
bool |
flag | ) |
|
void cond::persistency::ConnectionPool::setMessageVerbosity |
( |
coral::MsgLevel |
level | ) |
|
void cond::persistency::ConnectionPool::setParameters |
( |
const edm::ParameterSet & |
connectionPset | ) |
|
std::string cond::persistency::ConnectionPool::m_authPath = std::string( "" ) |
|
private |
int cond::persistency::ConnectionPool::m_authSys = 0 |
|
private |
std::map<std::string,int> cond::persistency::ConnectionPool::m_dbTypes |
|
private |
std::string cond::persistency::ConnectionPool::m_frontierSecurity = std::string( "" ) |
|
private |
bool cond::persistency::ConnectionPool::m_loggingEnabled = false |
|
private |
coral::MsgLevel cond::persistency::ConnectionPool::m_messageLevel = coral::Error |
|
private |