menu
nebula_db package
documentation
sql/parser.dart
SelectStmt
joins property
joins property
dark_mode
light_mode
joins
property
List
<
JoinSpec
>
joins
final
All joins in order (may be empty, one, or many).
Implementation
final List<JoinSpec> joins;
nebula_db package
documentation
sql/parser
SelectStmt
joins property
SelectStmt class