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