Class ClearNamespacesOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
- All Implemented Interfaces:
Serializable
,TransactionOperation
Operation that removes all namespace declarations.
- Author:
- Arjohn Kampman, Leo Sauermann
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Executes this operation on the supplied connection.int
hashCode()
-
Constructor Details
-
ClearNamespacesOperation
public ClearNamespacesOperation()
-
-
Method Details
-
execute
Description copied from interface:TransactionOperation
Executes this operation on the supplied connection.- Specified by:
execute
in interfaceTransactionOperation
- 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.
-
equals
-
hashCode
public int hashCode()
-