public class ParameterizedUpdateOperation extends AbstractParameterizedUpdateOperation
| Constructor and Description |
|---|
ParameterizedUpdateOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized update operation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
canRun(Runner<T> runner,
T options)
Report whether the operation can run based on the available options
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
createCallable, createErrorInformation, getUpdate, getUpdateStringgetContentString, getParameterizedSparqlgetId, getName, getStats, setIdpublic ParameterizedUpdateOperation(String sparqlString, Collection<Binding> parameters, String name)
sparqlString - SPARQL Stringparameters - Parametersname - Namepublic <T extends Options> boolean canRun(Runner<T> runner, T options)
Operationrunner - Runneroptions - OptionsCopyright © 2014. All Rights Reserved.