SchemaTable class
Describes a table object managed by SQLite
Constructors
-
SchemaTable(String name, {Set<
SchemaColumn> ? columns, Set<SchemaIndex> ? indices})
Properties
-
columns
↔ Set<
SchemaColumn> -
getter/setter pair
- forGenerator → String
-
Generated Dart code to include in a schema.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
indices
↔ Set<
SchemaIndex> -
getter/setter pair
- name → String
-
final
- 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
-
toCommand(
{bool shouldDrop = false}) → MigrationCommand - Generated Dart code to include in a migrations file.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override