rasqal_query_get_bound_variable_sequence

Name

rasqal_query_get_bound_variable_sequence --  Get the sequence of variables to bind in the query

Synopsis

raptor_sequence* rasqal_query_get_bound_variable_sequence (rasqal_query* query);

Arguments

query

rasqal_query query object

Description

This returns the sequence of variables that are explicitly chosen via SELECT in RDQL, SPARQL. Or all variables mentioned with SELECT *

Return value

a raptor_sequence of rasqal_variable pointers.