menu
nebula_db package
documentation
sql/parser.dart
DeleteStmt
DeleteStmt.new constructor
DeleteStmt.new constructor
dark_mode
light_mode
DeleteStmt
constructor
DeleteStmt
(
{
required
String
table
,
Expr
?
where
,
})
Implementation
DeleteStmt({required this.table, this.where});
nebula_db package
documentation
sql/parser
DeleteStmt
DeleteStmt.new constructor
DeleteStmt class