CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
cond::CSScopedSession Class Reference

Public Member Functions

void close ()
 
 CSScopedSession (CredentialStore &store)
 
void start (bool readOnly=true)
 
void startSuper (const std::string &connectionString, const std::string &userName, const std::string &password)
 
 ~CSScopedSession ()
 

Private Attributes

CredentialStorem_store
 

Detailed Description

Definition at line 177 of file CredentialStore.cc.

Constructor & Destructor Documentation

◆ CSScopedSession()

cond::CSScopedSession::CSScopedSession ( CredentialStore store)
inline

Definition at line 179 of file CredentialStore.cc.

179 : m_store(store) {}
CredentialStore & m_store

◆ ~CSScopedSession()

cond::CSScopedSession::~CSScopedSession ( )
inline

Definition at line 180 of file CredentialStore.cc.

180 { m_store.closeSession(false); }
CredentialStore & m_store
void closeSession(bool commit=true)

Member Function Documentation

◆ close()

void cond::CSScopedSession::close ( void  )
inline

◆ start()

void cond::CSScopedSession::start ( bool  readOnly = true)
inline

◆ startSuper()

void cond::CSScopedSession::startSuper ( const std::string &  connectionString,
const std::string &  userName,
const std::string &  password 
)
inline

Member Data Documentation

◆ m_store

CredentialStore& cond::CSScopedSession::m_store
private

Definition at line 188 of file CredentialStore.cc.