hasIndex property

bool Function(String table, String column) hasIndex
final

Whether an equi-join index exists on a given column.

Implementation

final bool Function(String table, String column) hasIndex;