ExecuteSql class final

One trusted SQL statement executed by the migration's transaction runner.

Inheritance

Constructors

ExecuteSql(String sql)
Prepares one statement for transactional migration execution.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sql String
Trusted SQL statement whose exact text participates in the checksum.
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