#include <IRDBQuery.h>
Definition at line 12 of file IRDBQuery.h.
◆ IRDBQuery()
◆ ~IRDBQuery()
virtual IRDBQuery::~IRDBQuery |
( |
| ) |
|
|
virtualdefault |
◆ addToOutput()
virtual void IRDBQuery::addToOutput |
( |
const std::string & |
| ) |
|
|
pure virtual |
◆ data() [1/2]
template<typename T >
const T & IRDBQuery::data |
( |
const std::string & |
field | ) |
|
◆ data() [2/2]
template<typename T >
const T & IRDBQuery::data |
( |
unsigned int |
fieldInd | ) |
|
◆ execute()
virtual void IRDBQuery::execute |
( |
| ) |
|
|
pure virtual |
◆ finalize()
virtual void IRDBQuery::finalize |
( |
| ) |
|
|
pure virtual |
◆ isNull() [1/2]
bool IRDBQuery::isNull |
( |
const std::string & |
field | ) |
|
|
inline |
◆ isNull() [2/2]
bool IRDBQuery::isNull |
( |
unsigned int |
fieldInd | ) |
|
|
inline |
◆ next()
virtual bool IRDBQuery::next |
( |
| ) |
|
|
pure virtual |
◆ setOrder()
virtual void IRDBQuery::setOrder |
( |
const std::string & |
| ) |
|
|
pure virtual |
◆ size()
virtual long IRDBQuery::size |
( |
| ) |
|
|
pure virtual |
◆ m_attrList
const coral::AttributeList* IRDBQuery::m_attrList {nullptr} |
|
protected |
The documentation for this class was generated from the following file: