menu
finch package
documentation
sqlite.dart
Sqler
isDelete method
isDelete method
dark_mode
light_mode
isDelete
method
bool
isDelete
(
)
Checks if the query is a DELETE operation.
Implementation
bool isDelete() { return _delete; }
finch package
documentation
sqlite
Sqler
isDelete method
Sqler class