- All Known Implementing Classes:
QueryExecutionBuilderAdapter
,QueryExecutionDatasetBuilder
,QueryExecutionHTTPBuilder
public interface QueryExecutionBuilder
Common elements of query execution building.
The dataset (QueryExecutionDatasetBuilder
) and remote endpoint (QueryExecutionHTTPBuilder
)
set the target for the QueryExecution
and may provide operations specific to those two cases.
Appropriate builders are available from {QueryExecution#dataset(Dataset)} and QueryExecution.service(String)
.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
ask()
build()
default Model
default Model
describe()
default ResultSet
select()
substitution
(String varName, RDFNode value) substitution
(QuerySolution querySolution) default QueryExecutionBuilder
timeout
(long value)
-
Method Details
-
query
-
query
-
query
-
set
-
set
-
context
-
substitution
-
substitution
-
timeout
-
timeout
-
build
QueryExecution build() -
select
-
construct
-
describe
-
ask
default boolean ask()
-