|
| enum class | Type {
Invalid
, Select
, Construct
, Describe
,
Ask
, Update
, Execute
, Explain
,
PL
} |
| |
|
|
static QList< Query > | parse (const QByteArray &_query, const knowCore::ValueHash &_bindings, knowCore::Messages *_messages, const knowCore::Uri &_base) |
| |
|
static QList< Query > | parse (const QString &_query, const knowCore::ValueHash &_bindings, knowCore::Messages *_messages, const knowCore::Uri &_base) |
| |
The documentation for this class was generated from the following files:
- kDB/SPARQL/Query.h
- kDB/SPARQL/Query.cpp