Index class

Constructors

Index(String name, List<IndexedColumn> columns)
Construct a new index with the specified columns.
const
Index.ascending(String name, List<String> columns)
Construct a new index with the specified column names.
factory

Properties

columns List<IndexedColumn>
List of columns used for the index.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Descriptive name of the index.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fullName(Table table) String
Internal use only.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSqlDefinition(Table table) String
Internal use only.
toString() String
A string representation of this object.
inherited

Operators

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