menu
dart_db_server package
documentation
server/statement.dart
DropIndexStmt
DropIndexStmt.new constructor
DropIndexStmt.new constructor
dark_mode
light_mode
DropIndexStmt
constructor
DropIndexStmt
(
String
indexName
, {
bool
ifExists
=
false
,
})
Implementation
DropIndexStmt(this.indexName, {this.ifExists = false});
dart_db_server package
documentation
server/statement
DropIndexStmt
DropIndexStmt.new constructor
DropIndexStmt class