QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.
More...
#include <Soprano/QueryResultIteratorBackend>
List of all members.
Detailed Description
QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.
Each Backend implementation has to have its own version of QueryResultIteratorBackend.
- Author:
- Daniele Galdi <daniele.galdi@gmail.com>
Sebastian Trueg <trueg@kde.org>
Definition at line 35 of file queryresultiteratorbackend.h.
Constructor & Destructor Documentation
virtual Soprano::QueryResultIteratorBackend::~QueryResultIteratorBackend |
( |
| ) |
[virtual] |
Soprano::QueryResultIteratorBackend::QueryResultIteratorBackend |
( |
| ) |
[protected] |
Member Function Documentation
virtual bool Soprano::QueryResultIteratorBackend::next |
( |
| ) |
[pure virtual] |
virtual BindingSet Soprano::QueryResultIteratorBackend::current |
( |
| ) |
const [virtual] |
virtual Statement Soprano::QueryResultIteratorBackend::currentStatement |
( |
| ) |
const [pure virtual] |
virtual Node Soprano::QueryResultIteratorBackend::binding |
( |
const QString & |
name | ) |
const [pure virtual] |
- See also:
- QueryResultIterator::binding(const QString&)
virtual Node Soprano::QueryResultIteratorBackend::binding |
( |
int |
offset | ) |
const [pure virtual] |
- See also:
- QueryResultIterator::binding(int)
virtual int Soprano::QueryResultIteratorBackend::bindingCount |
( |
| ) |
const [pure virtual] |
virtual QStringList Soprano::QueryResultIteratorBackend::bindingNames |
( |
| ) |
const [pure virtual] |
virtual bool Soprano::QueryResultIteratorBackend::isGraph |
( |
| ) |
const [pure virtual] |
virtual bool Soprano::QueryResultIteratorBackend::isBinding |
( |
| ) |
const [pure virtual] |
virtual bool Soprano::QueryResultIteratorBackend::isBool |
( |
| ) |
const [pure virtual] |
virtual bool Soprano::QueryResultIteratorBackend::boolValue |
( |
| ) |
const [pure virtual] |
The documentation for this class was generated from the following file: