public class PagedQuery extends Object
Constructor and Description |
---|
PagedQuery(String query,
QueryLanguage language,
int requestLimit,
int requestOffset)
Creates an object that adds or modifies the limit and offset clauses of
the query to be executed so that only those results to be displayed are
requested from the query engine.
|
public PagedQuery(String query, QueryLanguage language, int requestLimit, int requestOffset)
Creates an object that adds or modifies the limit and offset clauses of the query to be executed so that only those results to be displayed are requested from the query engine.
Implementation note: The new object contains the user's query with appended or modified LIMIT and OFFSET clauses.
query
- as it was specified by the userlanguage
- SPARQL or SeRQL, as specified by the userrequestLimit
- maximum number of results to return, as specified by the URL query
parameters or cookiesrequestOffset
- which result to start at when populating the result setCopyright © 2001-2016 Aduna. All Rights Reserved.