menu
finch package
documentation
sqlite.dart
Sqler
hasWhere method
hasWhere method
dark_mode
light_mode
hasWhere
method
bool
hasWhere
(
)
Checks if the query has any WHERE conditions.
Implementation
bool hasWhere() { return _where.isNotEmpty; }
finch package
documentation
sqlite
Sqler
hasWhere method
Sqler class