This is the complete list of members for cond::DbSession, including all inherited members.
blobStreamingService() const | cond::DbSession | |
CHANGE_SCHEMA_VERSION | cond::DbSession | static |
classNameForItem(const std::string &objectId) | cond::DbSession | |
close() | cond::DbSession | |
COND_SCHEMA_VERSION | cond::DbSession | static |
connection() const | cond::DbSession | |
connectionString() const | cond::DbSession | |
createDatabase() | cond::DbSession | |
DbSession() | cond::DbSession | |
DbSession(const DbConnection &connection) | cond::DbSession | explicit |
DbSession(const DbSession &rhs) | cond::DbSession | |
deleteMapping(const std::string &mappingVersion) | cond::DbSession | |
deleteObject(const std::string &objectId) | cond::DbSession | |
flush() | cond::DbSession | |
getObject(const std::string &objectId) | cond::DbSession | |
getTypedObject(const std::string &objectId) | cond::DbSession | inline |
importMapping(const std::string &sourceConnectionString, const std::string &contName) | cond::DbSession | |
importObject(cond::DbSession &fromDatabase, const std::string &objectId) | cond::DbSession | |
isOldSchema() | cond::DbSession | |
isOpen() const | cond::DbSession | |
isTransactional() const | cond::DbSession | |
m_implementation | cond::DbSession | private |
nominalSchema() | cond::DbSession | |
open(const std::string &connectionString, bool readOnly=false) | cond::DbSession | |
open(const std::string &connectionString, const std::string &role, bool readOnly=false) | cond::DbSession | |
open(boost::shared_ptr< coral::ISessionProxy > &coralSession, const std::string &connectionString, const std::string &schemaName="") | cond::DbSession | |
openReadOnly(const std::string &connectionString, const std::string &id) | cond::DbSession | |
operator=(const DbSession &rhs) | cond::DbSession | |
schema(const std::string &schemaName) | cond::DbSession | |
storage() | cond::DbSession | |
storeObject(const T *object, const std::string &containerName) | cond::DbSession | inline |
storeObject(const ora::Object &objectRef, const std::string &containerName) | cond::DbSession | |
transaction() | cond::DbSession | |
updateObject(const T *object, const std::string &objectId) | cond::DbSession | inline |
~DbSession() | cond::DbSession | virtual |