org.openrdf.query.impl
Class AbstractUpdate

java.lang.Object
  extended by org.openrdf.query.impl.AbstractOperation
      extended by org.openrdf.query.impl.AbstractUpdate
All Implemented Interfaces:
Operation, Update
Direct Known Subclasses:
HTTPUpdate

public abstract class AbstractUpdate
extends AbstractOperation
implements Update

Abstract super class of all update types.


Field Summary
 
Fields inherited from class org.openrdf.query.impl.AbstractOperation
bindings, dataset, includeInferred
 
Constructor Summary
protected AbstractUpdate()
          Creates a new query object.
 
Method Summary
 
Methods inherited from class org.openrdf.query.impl.AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.query.Update
execute
 
Methods inherited from interface org.openrdf.query.Operation
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred
 

Constructor Detail

AbstractUpdate

protected AbstractUpdate()
Creates a new query object.



Copyright © 2001-2012 Aduna. All Rights Reserved.