DropTable class final

A reviewed table removal. The SQLite runner checks foreign keys before commit.

Inheritance

Constructors

DropTable(String table)
Records a reviewed table removal without executing it.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String
Physical table name to remove; the runner quotes it as an identifier.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Stable operation data used in migration checksums and reports.
override
toString() String
A string representation of this object.
inherited

Operators

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