menu
nebula_db package
documentation
sql/parser.dart
SelectStmt
hasJoins property
hasJoins property
dark_mode
light_mode
hasJoins
property
bool
get
hasJoins
True when the query has any joins.
Implementation
bool get hasJoins => joins.isNotEmpty;
nebula_db package
documentation
sql/parser
SelectStmt
hasJoins property
SelectStmt class