rasqal_query_get_order_condition

Name

rasqal_query_get_order_condition --  Get a query ordering expression in the sequence of query ordering conditions

Synopsis

rasqal_expression* rasqal_query_get_order_condition (rasqal_query* query, int idx);

Arguments

query

rasqal_query query object

idx

index into the sequence (0 or larger)

Return value

a rasqal_expression pointer or NULL if out of the sequence range