Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.QueryBody.OrderCondition
Packages that use QueryBody.OrderCondition
-
Uses of QueryBody.OrderCondition in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.statement declared as QueryBody.OrderConditionModifier and TypeFieldDescriptionstatic final QueryBody.OrderCondition[]QueryBody.OrderCondition.EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type QueryBody.OrderConditionMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type QueryBody.OrderConditionModifier and TypeMethodDescriptionstatic QueryBodyQueryBody.createImmutable(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)