com.hp.hpl.jena.update
Interface UpdateProcessor

All Known Implementing Classes:
UpdateProcessorBase

public interface UpdateProcessor

An instance of a execution of an UpdateRequest


Method Summary
 void execute()
          Execute
 GraphStore getGraphStore()
          The dataset against which the query will execute.
 void setInitialBinding(QuerySolution binding)
          Set the initial association of variables and values.
 

Method Detail

setInitialBinding

void setInitialBinding(QuerySolution binding)
Set the initial association of variables and values. May not be supported by all UpdateProcessor implementations.

Parameters:
binding -

getGraphStore

GraphStore getGraphStore()
The dataset against which the query will execute. May be null, implying it is expected that the query itself has a dataset description.


execute

void execute()
Execute



Licenced under the Apache License, Version 2.0