Class SailUpdate
java.lang.Object
org.eclipse.rdf4j.query.impl.AbstractOperation
org.eclipse.rdf4j.query.impl.AbstractUpdate
org.eclipse.rdf4j.query.impl.AbstractParserUpdate
org.eclipse.rdf4j.repository.sail.SailUpdate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SailRepositoryConnectionprivate static final org.slf4j.LoggerFields inherited from class AbstractOperation
bindings, dataset, includeInferred -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSailUpdate(ParsedUpdate parsedUpdate, SailRepositoryConnection con) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidvoidexecute()Execute this update on the repository.protected SailRepositoryConnectionprivate voidMethods inherited from class AbstractParserUpdate
equals, getMergedDataset, getParsedUpdate, hashCode, toStringMethods inherited from class AbstractOperation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTimeMethods inherited from interface Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
con
-
-
Constructor Details
-
SailUpdate
-
-
Method Details
-
getConnection
-
execute
Description copied from interface:UpdateExecute this update on the repository.- Throws:
UpdateExecutionException- if the update could not be successfully completed.
-
beginLocalTransaction
- Throws:
RepositoryException
-
commitLocalTransaction
- Throws:
RepositoryException
-
rollbackLocalTransaction
- Throws:
RepositoryException
-