rasqal_query_set_offset

Name

rasqal_query_set_offset --  Set the query-specified offset on results

Synopsis

void rasqal_query_set_offset (rasqal_query * query, int offset);

Arguments

query

rasqal_query query object

offset

offset for results, >=0 to set an offset, <0 to have no offset

Description

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