#2002 - Support maxRows with delete query

This commit is contained in:
rob bygrave
2020-05-04 12:28:52 +12:00
parent 94b78f1c2d
commit 5cae425b09
4 changed files with 62 additions and 33 deletions
@@ -458,7 +458,7 @@ public interface SpiQuery<T> extends Query<T>, TxnProfileEventCodes {
/**
* Set the query to be a delete query.
*/
void setupForDeleteOrUpdate(boolean deleteRequest);
void setupForDeleteOrUpdate();
/**
* Set the query to be delete by ids due to cascading delete.