librdf_query_get_limit
Name
librdf_query_get_limit -- Get the query-specified limit on results
Synopsis
int librdf_query_get_limit
(librdf_query * query);
Arguments
- query
librdf_query
query object
Description
This is the limit given in the query on the number of results allowed.
Return value
integer >=0 if a limit is given, otherwise <0