rasqal_query_set_limit

Name

rasqal_query_set_limit --  Set the query-specified limit on results

Synopsis

void rasqal_query_set_limit (rasqal_query * query, int limit);

Arguments

query

rasqal_query query object

limit

the limit on results, >=0 to set a limit, <0 to have no limit

Description

This is the limit given in the query on the number of results allowed.