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