RDF QueryResults

This module provides an abstraction for query results that can be in the form of variable bindings or a librdf_stream of librdf_statement objects.

RDF QueryResults Class

Table of Contents
librdf_query_results_as_stream --  Return the query results as statements
librdf_query_results_get_count --  Get number of bindings so far
librdf_query_results_next --  Move to the next result
librdf_query_results_finished --  Find out if binding results are exhausted
librdf_query_results_get_bindings --  Get all binding names, values for current result
librdf_query_results_get_binding_value --  Get one binding value for the current result
librdf_query_results_get_binding_name --  Get binding name for the current result
librdf_query_results_get_binding_value_by_name --  Get one binding value for a given name in the current result
librdf_query_results_get_bindings_count --  Get the number of bound variables in the result