ATLAS Offline Software
Classes | Typedefs
IRDBRecordset.h File Reference

Definition of the abstract IRDBRecordset interface. More...

#include <string>
#include <vector>
#include <memory>
#include "RDBAccessSvc/IRDBRecord.h"
Include dependency graph for IRDBRecordset.h:

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 >
 

Detailed Description

Definition of the abstract IRDBRecordset interface.

Author
Vakho Tsulaia Vakht.nosp@m.ang..nosp@m.Tsula.nosp@m.ia@c.nosp@m.ern.c.nosp@m.h
Id
IRDBRecordset.h,v 1.7 2008-12-16 14:05:40 dquarrie Exp

Definition in file IRDBRecordset.h.

Typedef Documentation

◆ IRDBRecord_ptr

using IRDBRecord_ptr = std::unique_ptr<IRDBRecord>

Definition at line 23 of file IRDBRecordset.h.

◆ RecordsVector

using RecordsVector = std::vector<IRDBRecord_ptr>

Definition at line 24 of file IRDBRecordset.h.