Uses of Class
tech.oxfordsemantic.jrdfox.logic.Query
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client | |
| tech.oxfordsemantic.jrdfox.logic |
-
Uses of Query in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Query Modifier and Type Method Description CursorDataStoreConnection. createCursor(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters)Creates a cursor over the results of the given query.QueryResultDataStoreConnection. evaluateQuery(Prefixes prefixes, Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.File file, java.lang.String queryAnswerFormatName)Evaluates a query and serialises the result to the supplied file using the specified format.QueryResultDataStoreConnection. evaluateQuery(Prefixes prefixes, Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.OutputStream outputStream, java.lang.String queryAnswerFormatName)Evaluates a query and serialises the result to the supplied output stream using the specified format.QueryResultDataStoreConnection. evaluateSelectionQuery(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor)Evaluates a SELECT/ASK query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.QueryResultDataStoreConnection. evaluateUpdateQuery(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters)Evaluates an UPDATE query. -
Uses of Query in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic that return Query Modifier and Type Method Description static QueryQuery. create(QueryType queryType, boolean distinct, java.util.List<Variable> answerVariables, Formula queryFormula)static QueryQuery. create(QueryType queryType, boolean distinct, java.util.List<Variable> answerVariables, Formula queryFormula, java.util.List<Query.OrderBy> orderVariables, long offset, long limit)static QueryQuery. create(QueryType queryType, boolean distinct, java.util.List<Variable> answerVariables, Formula queryFormula, java.util.List<Query.OrderBy> orderVariables, long offset, long limit, java.util.List<Atom> deletePattern, java.util.List<Atom> insertPattern)static QueryQuery. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula)static QueryQuery. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula, Query.OrderBy[] orderVariables, long offset, long limit)static QueryQuery. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula, Query.OrderBy[] orderVariables, long offset, long limit, Atom[] deletePattern, Atom[] insertPattern)Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Query Modifier and Type Method Description ELogicVisitor. visit(Query object)