menu
webapp package
documentation
wa_mysql.dart
Sqler
hasGroupBy method
hasGroupBy method
dark_mode
light_mode
hasGroupBy
method
bool
hasGroupBy
(
)
Checks if the query has any GROUP BY fields.
Implementation
bool hasGroupBy() { return _groupBy.isNotEmpty; }
webapp package
documentation
wa_mysql
Sqler
hasGroupBy method
Sqler class