virtuoso.sesame2.driver
Class VirtuosoUpdate

java.lang.Object
  extended by virtuoso.sesame2.driver.VirtuosoOperation
      extended by virtuoso.sesame2.driver.VirtuosoUpdate
All Implemented Interfaces:
org.openrdf.query.Operation, org.openrdf.query.Update

public class VirtuosoUpdate
extends VirtuosoOperation
implements org.openrdf.query.Update


Constructor Summary
VirtuosoUpdate()
           
 
Method Summary
 void execute()
          Execute this update on the repository
 
Methods inherited from class virtuoso.sesame2.driver.VirtuosoOperation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 

Constructor Detail

VirtuosoUpdate

public VirtuosoUpdate()
Method Detail

execute

public void execute()
             throws org.openrdf.query.UpdateExecutionException
Execute this update on the repository

Specified by:
execute in interface org.openrdf.query.Update
Throws:
org.openrdf.query.UpdateExecutionException