#include <IRDBQuery.h>
|
| | IRDBQuery ()=default |
| virtual | ~IRDBQuery ()=default |
| virtual void | execute ()=0 |
| virtual long | size ()=0 |
| virtual void | finalize ()=0 |
| virtual void | setOrder (const std::string &)=0 |
| virtual void | addToOutput (const std::string &)=0 |
| virtual bool | next ()=0 |
| template<typename T> |
| const T & | data (const std::string &) |
| template<typename T> |
| const T & | data (unsigned int) |
| bool | isNull (const std::string &) |
| bool | isNull (unsigned int) |
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 | ) |
|
Definition at line 35 of file IRDBQuery.h.
36{
38}
const coral::AttributeList * m_attrList
◆ 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: