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 Type
    Method
    Description
    void
    Executes this operation on the supplied connection.
  • Method Details

    • execute

      void execute(RepositoryConnection con) throws RepositoryException
      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.