DropTableSchema class
- Inheritance
-
- Object
- QueryPrintable
- QueryBuilder
- DdlSchema
- DropTableSchema
Constructors
-
DropTableSchema.new({required List<
String> names, bool? ifExists = false, DropTableType? type})
Properties
Methods
-
build(
) → QueryString -
override
-
copyWith(
{List< String> ? names, bool? ifExists, DropTableType? type}) → DropTableSchema -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
plain(
) → String -
inherited
-
printable(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited