menu
webapp package
documentation
wa_mysql.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; }
webapp package
documentation
wa_mysql
Sqler
isDelete method
Sqler class