menu
nebula_db package
documentation
sql/parser.dart
InsertStmt
InsertStmt.new constructor
InsertStmt.new constructor
dark_mode
light_mode
InsertStmt
constructor
InsertStmt
(
{
required
String
table
,
required
List
<
String
>
columns
,
required
List
values
,
})
Implementation
InsertStmt({ required this.table, required this.columns, required this.values, });
nebula_db package
documentation
sql/parser
InsertStmt
InsertStmt.new constructor
InsertStmt class