menu
webapp package
documentation
wa_mysql.dart
Sqler
hasInsert method
hasInsert method
dark_mode
light_mode
hasInsert
method
bool
hasInsert
(
)
Checks if the query has any INSERT values.
Implementation
bool hasInsert() { return _insert.isNotEmpty; }
webapp package
documentation
wa_mysql
Sqler
hasInsert method
Sqler class