Class SailUpdateExecutor

java.lang.Object
org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor

public class SailUpdateExecutor extends Object
Implementation of SailUpdate.execute() using SailConnection.evaluate(TupleExpr, Dataset, BindingSet, boolean) and other SailConnection methods. LOAD is handled at the Repository API level because it requires access to the Rio parser.
Author:
jeen, James Leigh
See Also: