initialize,QueryResults-method: Initialize the QueryResults object.
Description
The QueryResults object is initialized with the librdf query result from
return value of 'Query.execute()'
.
Usage
# S4 method for QueryResults
initialize(.Object, results)
Value
the QueryResults object
Details
A QueryResults object is returned by the Query.executeQuery()
method, so typically a user
does not initialize a QueryResult object by calling new("QueryResult", ...)