Interface TransactionOperation
- All Known Implementing Classes:
AddStatementOperation
,ClearNamespacesOperation
,ClearOperation
,ContextOperation
,RemoveNamespaceOperation
,RemoveStatementsOperation
,SetNamespaceOperation
,SPARQLUpdateOperation
,StatementOperation
public interface TransactionOperation
An update operation that is part of a transaction.
- Author:
- Arjohn Kampman, Leo Sauermann
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes this operation on the supplied connection.
-
Method Details
-
execute
Executes this operation on the supplied connection.- Parameters:
con
- The connection the operation should be performed on.- Throws:
RepositoryException
- If such an exception is thrown by the connection while executing the operation.
-