Rasqal RDF Query Library API Reference Manual | ||
---|---|---|
<<< Previous | Next >>> |
rasqal_query_results
query_results
pointer to an array of binding names (or NULL)
pointer to an array of binding value rasqal_literal
(or NULL)
If names is not NULL, it is set to the address of a shared array of names of the bindings (an output parameter). These names are shared and must not be freed by the caller
If values is not NULL, it is set to the address of a shared array
of rasqal_literal
* binding values. These values are shaerd
and must not be freed by the caller.
<<< Previous | Home | Next >>> |
rasqal_query_results_finished | Up | rasqal_query_results_get_binding_value |