MariaDbAlterTable class

Constructors

MariaDbAlterTable(String tableName)

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
final

Methods

boolean(String name) → MigrationColumn
inherited
changeColumnType(String name, ColumnType type, {int length = 256}) → void
compile(StringBuffer buf, int indent) → void
date(String name) → MigrationColumn
inherited
declare(String name, ColumnType type) → MigrationColumn
inherited
declareColumn(String name, Column column) → MigrationColumn
double(String name) → MigrationColumn
inherited
dropColumn(String name) → void
dropNotNull(String name) → void
float(String name) → MigrationColumn
inherited
integer(String name) → MigrationColumn
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numeric(String name, {int precision = 17, int scale = 3}) → MigrationColumn
inherited
rename(String newName) → void
renameColumn(String name, String newName) → void
serial(String name) → MigrationColumn
inherited
setNotNull(String name) → void
text(String name) → MigrationColumn
inherited
timeStamp(String name, {bool timezone = false}) → MigrationColumn
inherited
toString() String
A string representation of this object.
inherited
varChar(String name, {int? length}) → MigrationColumn
inherited

Operators

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