librdf_query_results_to_string

Name

librdf_query_results_to_string --  Turn a query results into a string

Synopsis

unsigned char* librdf_query_results_to_string (librdf_query_results * query_results, librdf_uri * format_uri, librdf_uri * base_uri);

Arguments

query_results

librdf_query_results object

format_uri

URI of syntax to format to

base_uri

Base URI of output formatted syntax

Description

See librdf_query_results_to_counted_string for information on the format_uri and base_uri parameters.

The returned string must be freed by the caller

Return value

new string value or NULL on failure