IRDBRecordset is an abstract interface to the RDB Recordsets, which represent a snapshot of HVS-tagged data tables in the relational database.
More...
#include <IRDBRecordset.h>
IRDBRecordset is an abstract interface to the RDB Recordsets, which represent a snapshot of HVS-tagged data tables in the relational database.
Definition at line 34 of file IRDBRecordset.h.
◆ const_iterator
◆ ~IRDBRecordset()
virtual IRDBRecordset::~IRDBRecordset |
( |
| ) |
|
|
virtualdefault |
◆ begin()
◆ end()
◆ nodeName()
virtual std::string IRDBRecordset::nodeName |
( |
| ) |
const |
|
pure virtual |
◆ operator[]()
virtual const IRDBRecord* IRDBRecordset::operator[] |
( |
unsigned int |
index | ) |
const |
|
pure virtual |
◆ size()
virtual unsigned int IRDBRecordset::size |
( |
| ) |
const |
|
pure virtual |
◆ tagName()
virtual std::string IRDBRecordset::tagName |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: