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