public interface EmptyTempTable
| Modifier and Type | Method and Description |
|---|---|
logical |
deleteAll()
Bulk delete all records associated with the
Buffer or TempTable. |
void |
deleteForAll()
Bulk delete all records associated with the
Buffer or TempTable. |
logical deleteAll()
Buffer or TempTable.true if the delete was possible.ErrorConditionException - If an error occurs performing the bulk delete operation.void deleteForAll()
Buffer or TempTable. This allows bulk
delete when TRACKING-CHANGES is on, as this emulates a FOR EACH tt1. DELETE tt1. end. block.ErrorConditionException - If an error occurs performing the bulk delete operation.