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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidExecutes this operation on the supplied connection.inthashCode() 
- 
Constructor Details
- 
ClearNamespacesOperation
public ClearNamespacesOperation() 
 - 
 - 
Method Details
- 
execute
Description copied from interface:TransactionOperationExecutes this operation on the supplied connection.- Specified by:
 executein 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
 
 -