rasqal_query_has_variable
Name
rasqal_query_has_variable -- Find if the named variable is in the sequence of variables to bind
Synopsis
int rasqal_query_has_variable
(rasqal_query* query, const unsigned char * name);
Arguments
- query
rasqal_query
query object
- name
variable name
Return value
non-0 if the variable name was found.