IndexHint class

Optional INDEXED BY name / NOT INDEXED hint attached to a table reference. SQLite-compatible; when notIndexed the planner must skip index lookups; when indexName is set the planner must use exactly that index or raise an error.

Constructors

IndexHint.byName(String name)
const
IndexHint.notIndexed()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
indexName String?
final
notIndexed bool
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
toString() String
A string representation of this object.
inherited

Operators

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