InsertTable class

Insert table if it doesn't already exist

Inheritance

Constructors

InsertTable.new(String name)
Insert table if it doesn't already exist
const

Properties

down MigrationCommand
Outputs the opposite command to be used in a generator
no setteroverride
forGenerator String
Outputs model as String to be used in a generator
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement String
Outputs statement to be interpreted by SQLite
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Alias for statement
inherited

Operators

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

Constants

PRIMARY_KEY_COLUMN → const String
Automatically aliased to rowid.
PRIMARY_KEY_FIELD → const String
Dart field name of the primary key, pulled from the PRIMARY_KEY_COLUMN