SqlConvertibleOperation class abstract interface

Implemented by custom ColumnOperations that know their own SQL form.

SqlMigrationGenerator checks for this interface before the built-in operation types, so a user-defined operation (or a built-in one wrapped in a subclass) can take full control of the emitted statements.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSqlStatements(String table, SqlDialect dialect) List<String>
The SQL statements equivalent to this operation, run in order.
toString() String
A string representation of this object.
inherited

Operators

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