rasqal_query_get_variable
Name
rasqal_query_get_variable -- Get a variable in the sequence of variables to bind
Synopsis
rasqal_variable* rasqal_query_get_variable
(rasqal_query* query, int idx);
Arguments
- query
rasqal_query
query object
- idx
index into the sequence (0 or larger)
Return value
a rasqal_variable
pointer or NULL if out of the sequence range