Jpp
|
Auxiliary class to read ROOT object from database. More...
#include <JDB.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.
|
inline |
|
inline |
|
inline |
Read ROOT object from result set.
rs | result set |
Definition at line 241 of file JDB.hh.
|
private |
|
private |
|
private |