menu
finch package
documentation
sqlite.dart
Sqler
hasJoins method
hasJoins method
dark_mode
light_mode
hasJoins
method
bool
hasJoins
(
)
Checks if the query has any JOIN operations.
Implementation
bool hasJoins() { return _joins.isNotEmpty; }
finch package
documentation
sqlite
Sqler
hasJoins method
Sqler class