Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.QueryBody.OrderCondition
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of QueryBody.OrderCondition in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.statement declared as QueryBody.OrderCondition Modifier and Type Field Description static QueryBody.OrderCondition[]
QueryBody.OrderCondition. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type QueryBody.OrderCondition Modifier and Type Method Description java.util.List<QueryBody.OrderCondition>
QueryBody. getOrderBy()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type QueryBody.OrderCondition Modifier and Type Method Description static QueryBody
QueryBody. createImmutable(TupleTableName[] datasetDefaultGraphs, TupleTableName[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)