Class ClearOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
- All Implemented Interfaces:
Serializable
,TransactionOperation
Operation that clears the whole repository.
- Author:
- Arjohn Kampman, Leo Sauermann
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
contexts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Executes this operation on the supplied connection.Methods inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
getContexts, hashCode, setContexts
-
Constructor Details
-
ClearOperation
-
-
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
- Overrides:
equals
in classContextOperation
-