Mercurial > hg > svcore
comparison rdf/SimpleSPARQLQuery.h @ 440:5746c559af15
* Merge revisions 1131 to 1201 from sv-rdf-import branch
author | Chris Cannam |
---|---|
date | Thu, 18 Sep 2008 12:33:30 +0000 |
parents | beb2948baa77 |
children | 3ffce691c9bf |
comparison
equal
deleted
inserted
replaced
439:beb2948baa77 | 440:5746c559af15 |
---|---|
46 ResultList execute(); | 46 ResultList execute(); |
47 | 47 |
48 bool isOK() const; | 48 bool isOK() const; |
49 QString getErrorString() const; | 49 QString getErrorString() const; |
50 | 50 |
51 // Do a query and return the value for the given binding, from the | |
52 // first result that has a value for it | |
53 static Value singleResultQuery(QString query, QString binding); | |
54 | |
51 protected: | 55 protected: |
52 class Impl; | 56 class Impl; |
53 Impl *m_impl; | 57 Impl *m_impl; |
54 }; | 58 }; |
55 | 59 |