| Top |
TrackerSparqlCursor is an object which provides methods to iterate the results of a query to the Tracker Store.
struct TrackerSparqlCursor {
GObject parent_instance;
TrackerSparqlCursorPrivate * priv;
};
The TrackerSparqlCursor object represents an iterator of results.
Enumeration with the possible types of the cursor's cells
|
Unbound value type |
||
|
Uri value type, rdfs:Resource |
||
|
String value type, xsd:string |
||
|
Integer value type, xsd:integer |
||
|
Double value type, xsd:double |
||
|
Datetime value type, xsd:dateTime |
||
|
Blank node value type |
||
|
Boolean value type, xsd:boolean |
Since: 0.10