-
Nested Class Summary
Nested classes/interfaces inherited from interface Query
Query.QueryType
static enum
The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.
-
Method Summary
Methods inherited from interface Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
void
Removes all previously set bindings.
Retrieves the bindings that have been set on this operation.
boolean
Returns whether or not this operation will return inferred statements (if any are present in the repository).
int
Returns the maximum operation execution time.
void
Removes a previously set binding on the supplied variable.
void
Binds the specified variable to the supplied value.
void
Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the
operation itself.
void
Determine whether evaluation results of this operation should include inferred statements (if any inferred
statements are present in the repository).
void
Specifies the maximum time that an operation is allowed to run.
Operation.getMaxExecutionTime()instead.