public class RemoveTxnsFromMinHistoryLevelCommand extends InClauseBatchCommand<Long> implements ConditionalCommand
| Constructor and Description |
|---|
RemoveTxnsFromMinHistoryLevelCommand(List<Long> txnids) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(DatabaseProduct databaseProduct,
Exception e)
Called in case of execution error in order to notify this command about the failure
|
boolean |
shouldBeUsed(DatabaseProduct databaseProduct)
Indicates if the command should be executed or not
|
getInClauseParameterName, getParameterizedQueryString, getParameterLengthComparator, getQueryParameterspublic boolean shouldBeUsed(DatabaseProduct databaseProduct)
ConditionalCommandshouldBeUsed in interface ConditionalCommandpublic void onError(DatabaseProduct databaseProduct, Exception e)
ConditionalCommandonError in interface ConditionalCommande - The caught ExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.