Description: ROOT specific implementation of Database Domain.
More...
#include <src/RootDomain.h>
Description: ROOT specific implementation of Database Domain.
ROOT does not support Domains. This is then simply a memory list.
- Author
- M.Frank
- Date
- 1/8/2002
- Version
- 1.0
Definition at line 37 of file RootDomain.h.
◆ RootDomain()
| pool::RootDomain::RootDomain |
( |
| ) |
|
◆ ~RootDomain()
| virtual pool::RootDomain::~RootDomain |
( |
| ) |
|
|
virtual |
◆ existsDbase()
| virtual bool pool::RootDomain::existsDbase |
( |
const std::string & | nam | ) |
|
|
virtual |
Check for Database existence.
- Parameters
-
| nam | [IN] Name of the database to be checked. |
- Returns
- Boolean value indicating the database existence.
Implements pool::IDbDomain.
◆ getOption()
| virtual StatusCode pool::RootDomain::getOption |
( |
DbOption & | refOpt | ) |
const |
|
virtual |
Access domain specific options.
- Parameters
-
| type | [IN] Specific database type (Including minor type) |
| refOpt | [IN] Reference to option object |
- Returns
- StatusCode code indicating success or failure.
Implements pool::IDbDomain.
◆ setOption()
| virtual StatusCode pool::RootDomain::setOption |
( |
const DbOption & | refOpt | ) |
|
|
virtual |
Set domain specific options.
- Parameters
-
| type | [IN] Specific database type (Including minor type) |
| refOpt | [IN] Reference to option object |
- Returns
- StatusCode code indicating success or failure.
Implements pool::IDbDomain.
◆ m_branchOffsetTabLen
| int pool::RootDomain::m_branchOffsetTabLen |
|
protected |
Offset table length for branches.
Definition at line 50 of file RootDomain.h.
◆ m_defAutoSave
| int pool::RootDomain::m_defAutoSave |
|
protected |
◆ m_defBufferSize
| int pool::RootDomain::m_defBufferSize |
|
protected |
◆ m_defCompression
| int pool::RootDomain::m_defCompression |
|
protected |
◆ m_defCompressionAlg
| int pool::RootDomain::m_defCompressionAlg |
|
protected |
◆ m_defContainerType
| int pool::RootDomain::m_defContainerType |
|
protected |
◆ m_defSplitLevel
| int pool::RootDomain::m_defSplitLevel |
|
protected |
The documentation for this class was generated from the following file: