Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Query
Packages that use Query
Package
Description
-
Uses of Query in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return QueryMethods in tech.oxfordsemantic.jrdfox.client with parameters of type QueryModifier and TypeMethodDescriptionDataStoreConnection.createCursor(Query query, Map<String, String> compilationParameters) Creates a cursor over the results of the given query with the default fetch window size of one.DataStoreConnection.createCursor(Query query, Map<String, String> compilationParameters, int fetchWindowSize) Creates a cursor over the results of the given query.DataStoreConnection.evaluateQuery(Query query, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.voidDataStoreConnection.registerDeltaQuery(String deltaQueryName, Query query, String formatName, long snapshotsMaxSize, long deletionsMaxSize, long additionsMaxSize) Registers a delta query with a data store.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type QueryModifierConstructorDescriptionDeltaQueryInfo(String name, String uniqueID, Query query, String formatName, long snapshotsMaxSize, long deletionsMaxSize, long additionsMaxSize, long lastDataStoreVersionWithSnapshot, long lastDataStoreVersionWithDeletion, long lastDataStoreVersionWithAddition) -
Uses of Query in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that return Query -
Uses of Query in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses of Query in tech.oxfordsemantic.jrdfox.logic.sparql.statementMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Query