isDelete method

bool isDelete()

Checks if the query is a DELETE operation.

Implementation

bool isDelete() {
  return _delete;
}