menu
finch package
documentation
sqlite.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; }
finch package
documentation
sqlite
Sqler
hasInsert method
Sqler class