Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Query
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client | |
tech.oxfordsemantic.jrdfox.formats | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of Query in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return Query Modifier and Type Method Description Query
DeltaQueryInfo. getQuery()
Returns the query of a delta query.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Query Modifier and Type Method Description Cursor
DataStoreConnection. createCursor(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters)
Creates a cursor over the results of the given query with the default fetch window size of 100.Cursor
DataStoreConnection. createCursor(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, int fetchWindowSize)
Creates a cursor over the results of the given query.StatementResult
DataStoreConnection. evaluateQuery(Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor)
Evaluates a query and calls the suppliedQueryAnswerMonitor
instance for each tuple in the result.void
DataStoreConnection. registerDeltaQuery(java.lang.String deltaQueryName, Query query, java.lang.String formatName, int snapshotsMaxSize, int deletionsMaxSize, int additionsMaxSize)
Registers a delta query with a data store.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type Query Constructor Description DeltaQueryInfo(java.lang.String name, java.lang.String uniqueID, Query query, java.lang.String formatName, int snapshotsMaxSize, int deletionsMaxSize, int additionsMaxSize, long lastDataStoreVersionWithSnapshot, long lastDataStoreVersionWithDeletion, long lastDataStoreVersionWithAddition)
-
Uses of Query in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that return Query Modifier and Type Method Description Query
SPARQLParser. parseSingleQuery()
-
Uses of Query in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses of Query in tech.oxfordsemantic.jrdfox.logic.sparql.statement Modifier and Type Class Description class
ConstructQuery
class
SelectQuery
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Query Modifier and Type Method Description static Query
Query. parse(Prefixes prefixes, java.lang.String queryText)