switch (tsMode) {
case UPTO: {
if (mayProceed("Are you sure you want to delete all cells with timestamp <= %d"
+ " from row '%s' in table '%s'?",
timestamp, entityId, table.getURI())) {
writer.deleteRow(entityId, timestamp);
}
return SUCCESS;
}
case ALL: {
if (mayProceed("Are you sure you want to delete row '%s' from table '%s'?",