org.openrdf.query
Interface Update

All Superinterfaces:
Operation
All Known Implementing Classes:
AbstractUpdate, HTTPUpdate, SailUpdate

public interface Update
extends Operation

An update operation on a Repository that can be formulated in one of the supported query languages (for example SPARQL).

Author:
Jeen

Method Summary
 void execute()
          Execute this update on the repository.
 
Methods inherited from interface org.openrdf.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 

Method Detail

execute

void execute()
             throws UpdateExecutionException
Execute this update on the repository.

Throws:
UpdateExecutionException - if the update could not be successfully completed.


Copyright © 2001-2012 Aduna. All Rights Reserved.