DropTable class

Operation to drop a table.

Inheritance

Constructors

DropTable(String tableName)
Operation to drop a table.
const
DropTable.fromMap(Map<String, dynamic> map)
Creates a DropTable from a map representation.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tableName → String
The name of the table to drop.
final

Methods

describe() → String
Returns a human-readable description of the operation.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
Converts this operation to a map representation for serialization.
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited