Go to the documentation of this file.
23 #ifndef SOPRANO_QUERY_RESULT_H
24 #define SOPRANO_QUERY_RESULT_H
29 #include <QtCore/QStringList>
57 virtual bool next() = 0;
70 virtual Statement currentStatement()
const = 0;
80 virtual Node binding(
int offset )
const = 0;
85 virtual int bindingCount()
const = 0;
95 virtual bool isGraph()
const = 0;
100 virtual bool isBinding()
const = 0;
105 virtual bool isBool()
const = 0;
110 virtual bool boolValue()
const = 0;
117 #endif // SOPRANO_QUERY_RESULT_H