public class SummarizedParameterizedQueryOperation extends ParameterizedQueryOperation
| Constructor and Description |
|---|
SummarizedParameterizedQueryOperation(String sparqlString,
Collection<Binding> parameters,
String name) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
canRun, getTypecreateErrorInformation, getQuery, getQueryStringgetContentString, getParameterizedSparqlgetId, getName, getStats, setIdpublic SummarizedParameterizedQueryOperation(String sparqlString, Collection<Binding> parameters, String name)
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
OperationcreateCallable in interface OperationcreateCallable in class AbstractParameterizedQueryOperationrunner - Runneroptions - OptionsCopyright © 2016. All rights reserved.