ATLAS Offline Software
|
Definition of the abstract IRDBRecordset interface. More...
Go to the source code of this file.
Classes | |
class | IRDBRecordset |
IRDBRecordset is an abstract interface to the RDB Recordsets, which represent a snapshot of HVS-tagged data tables in the relational database. More... | |
Typedefs | |
using | IRDBRecord_ptr = std::unique_ptr< IRDBRecord > |
using | RecordsVector = std::vector< IRDBRecord_ptr > |
Definition of the abstract IRDBRecordset interface.
Definition in file IRDBRecordset.h.
using IRDBRecord_ptr = std::unique_ptr<IRDBRecord> |
Definition at line 23 of file IRDBRecordset.h.
using RecordsVector = std::vector<IRDBRecord_ptr> |
Definition at line 24 of file IRDBRecordset.h.