menu
nebula_db package
documentation
sql/parser.dart
DropTableStmt
DropTableStmt.new constructor
DropTableStmt.new constructor
dark_mode
light_mode
DropTableStmt
constructor
DropTableStmt
(
String
table
, {
bool
ifExists
=
false
,
})
Implementation
DropTableStmt(this.table, {this.ifExists = false});
nebula_db package
documentation
sql/parser
DropTableStmt
DropTableStmt.new constructor
DropTableStmt class