Jpp
|
Auxiliary class to read ROOT object from database. More...
#include <JDBReader.hh>
Public Member Functions | |
JDBReader () | |
Default constructor. More... | |
void | reset () |
Reset. More... | |
const T & | operator() (ResultSet &rs) |
Read ROOT object from result set. More... | |
Private Attributes | |
T | object |
JROOT::JRootReader | reader |
std::vector < JROOT::JRootReadableClass > | buffer |
Auxiliary class to read ROOT object from database.
Note that the list of columns associated to the template parameter is considered to be permanent.
If not, the method JDBReader::reset should be called before the next operation.
Definition at line 43 of file JDBReader.hh.
|
inline |
Default constructor.
Definition at line 47 of file JDBReader.hh.
|
inline |
Reset.
Definition at line 56 of file JDBReader.hh.
|
inline |
Read ROOT object from result set.
rs | result set |
Definition at line 68 of file JDBReader.hh.
|
private |
Definition at line 107 of file JDBReader.hh.
|
private |
Definition at line 108 of file JDBReader.hh.
|
private |
Definition at line 110 of file JDBReader.hh.