DropIndex class

Operation to drop an index.

Inheritance

Constructors

DropIndex(String indexName, {required String tableName})
Operation to drop an index.
const
DropIndex.fromMap(Map<String, dynamic> map)
Creates a DropIndex from a map representation.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
indexName String
The name of the index to drop.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
The table the index belongs to.
final

Methods

describe() String
Returns a human-readable description of the operation.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts this operation to a map representation for serialization.
override
toString() String
A string representation of this object.
inherited

Operators

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