Rasqal RDF Query Library API Reference Manual | ||
---|---|---|
<<< Previous | Next >>> |
rasqal_query
to associate the variable with
variable name
variable rasqal_literal
value (or NULL)
The variable must be associated with a query, since variable names are only significant with a single query.
This creates a regular variable that can be returned of type RASQAL_VARIABLE_TYPE_NORMAL. Use rasqal_new_variable_typed to create other variables.
The name and value become owned by the rasqal_variable structure
<<< Previous | Home | Next >>> |
rasqal_new_variable_typed | Up | rasqal_free_variable |