Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef POOL_ROOTKEYCONTAINER_H
14 #define POOL_ROOTKEYCONTAINER_H 1
21 namespace CINT {
class IOHandler; }
29 class RootKeyIOHandler;
75 const std::string& nam,
80 const std::string& nam)
const override final;
109 bool any_next)
override;
134 #endif //POOL_ROOTKEYCONTAINER_H
RootKeyContainer & operator=(const RootKeyContainer &)=delete
virtual uint64_t nextRecordId() override
Number of record in the container.
int m_ioBytes
Number of bytes written/read during last operation. Set to -1 if it failed.
virtual DbStatus getOption(DbOption &opt) override
Access options.
RootKeyIOHandler * m_ioHandler
CINT IO handler to allow user overloads....
virtual DbStatus isShapeSupported(const DbTypeInfo *) const override
Ask if a given shape is supported.
virtual DbStatus fetch(DbSelect &sel) override
Fetch next object address of the selection to set token.
RootDatabase * m_rootDb
Root database file reference.
virtual ~RootKeyContainer()
Standard destructor.
virtual DbStatus setOption(const DbOption &opt) override
Set options.
RootKeyContainer(const RootKeyContainer &)=delete
virtual DbStatus select(DbSelect &criteria) override
Define selection criteria.
const class Shape * ShapeH
virtual DbStatus loadObject(void **ptr, ShapeH shape, Token::OID_t &oid) override
Find object by object identifier and load it into memory.
virtual DbStatus destroyObject(ActionList::value_type &) override
Destroy persistent object in the container.
virtual DbStatus checkAccess(DbDatabase &dbH, const std::string &nam) const override final
Check if we can access the container for reading with the given type.
virtual DbStatus transAct(Transaction::Action action) override
Execute end of object modification requests during a transaction.
virtual DbStatus open(DbDatabase &dbH, const std::string &nam, const DbTypeInfo *info, DbAccessMode mod) override
Open the container for object access.
virtual DbStatus writeObject(ActionList::value_type &) override
Commit single entry to container.
virtual uint64_t size() override
Number of entries within the container.
virtual DbStatus fetch(const Token::OID_t &linkH, Token::OID_t &stmt) override
Fetch a column identified by its link in the container.
RootKeyContainer()
Standard constructor.
DbDatabase m_dbH
Parent Database handle.
virtual DbStatus load(void **ptr, ShapeH shape, const Token::OID_t &linkH, Token::OID_t &oid, bool any_next) override
Interface Implementation: Find entry in container.
TDirectory * m_dir
Reference to the root tree object.
virtual DbStatus close() override
Close the container and deallocate resources.