Uses of Class
tech.oxfordsemantic.jrdfox.logic.Query.OrderBy
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of Query.OrderBy in tech.oxfordsemantic.jrdfox.logic
Fields in tech.oxfordsemantic.jrdfox.logic declared as Query.OrderBy Modifier and Type Field Description static Query.OrderBy[]
Query.OrderBy. NO_ORDER_BYS
Methods in tech.oxfordsemantic.jrdfox.logic that return Query.OrderBy Modifier and Type Method Description Query.OrderBy
Query. getOrderVariable(int index)
Methods in tech.oxfordsemantic.jrdfox.logic that return types with arguments of type Query.OrderBy Modifier and Type Method Description java.util.List<Query.OrderBy>
Query. getOrderVariables()
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Query.OrderBy Modifier and Type Method Description static Query
Query. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula, Query.OrderBy[] orderVariables, long offset, long limit)
static Query
Query. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula, Query.OrderBy[] orderVariables, long offset, long limit, Atom[] deletePattern, Atom[] insertPattern)