|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryWithSolutionModifier
This interface represents a SPARQL query which contains a specification of solution modifiers: ORDER BY, OFFSET, and LIMIT.
| Method Summary | |
|---|---|
int |
getLimit()
Gets the maximum number of results to be returned by the query. |
int |
getOffset()
Gets the numeric offset of the first row to be returned by the query. |
List<OrderCondition> |
getOrderConditions()
Gets the list of required ordering conditions in decreasing ordering priority. |
| Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.Query |
|---|
getDataSet, getQueryPattern, toString |
| Method Detail |
|---|
List<OrderCondition> getOrderConditions()
Gets the list of required ordering conditions in decreasing ordering priority.
OrderConditions, in order of priority.int getOffset()
Gets the numeric offset of the first row to be returned by the query. The default offset is 0, meaning to start at the beginning.
int getLimit()
Gets the maximum number of results to be returned by the query. A limit of -1 means no limit (return all results). A limit of 0 means that no results should be returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||