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_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
librdf_free_query_results --  Destructor - destroy a librdf_query_results object
librdf_query_results_to_counted_string --  Turn a query results into a string
librdf_query_results_to_string --  Turn a query results into a string
librdf_query_results_to_file_handle --  Write a query results to a FILE*
librdf_query_results_to_file --  Write a query results to a file
librdf_query_results_is_bindings --  test if librdf_query_results is variable bindings format
librdf_query_results_is_boolean --  test if librdf_query_results is boolean format
librdf_query_results_is_graph --  test if librdf_query_results is RDF graph format
librdf_query_results_get_boolean --  Get boolean query result
librdf_query_results_as_stream --  Get RDF graph query result