Class Redland::QueryResults
In: lib/rdf/redland/queryresults.rb
Parent: Object

This class provides query language results support

Methods

Attributes

results  [R] 

Public Class methods

this is not a public constructor

Public Instance methods

Get a new Stream object representing the query results as an RDF Graph.

Get binding name for the current result

Get binding name for the current result

Get the names all of the variable bindings as an array

Get one binding value for the current result

Get the value of the variable binding name in the current query result.

Get an array of all the values of all of the variable bindings in the current query result.

Get an array of binding values

Get number of binding variables

Get the number of results so far

Test if the results are finished

Get the boolean query result

Test if is variable bindings result

Test if is a boolean result

Test if is an RDF graph result

Move to the next query result

Get the number of results so far

Serialize to a string syntax in format_uri using the optional base_uri. The default format when none is given is determined by librdf_query_results_to_string

[Validate]