menu
nebula_db package
documentation
sql/parser.dart
CreateTableStmt
CreateTableStmt.new constructor
CreateTableStmt.new constructor
dark_mode
light_mode
CreateTableStmt
constructor
CreateTableStmt
(
{
required
String
table
,
required
Schema
schema
,
bool
ifNotExists
=
false
,
})
Implementation
CreateTableStmt({ required this.table, required this.schema, this.ifNotExists = false, });
nebula_db package
documentation
sql/parser
CreateTableStmt
CreateTableStmt.new constructor
CreateTableStmt class