listIndexes abstract method
Lists indexes for table within an optional schema.
Implementation
Future<List<SchemaIndex>> listIndexes(String table, {String? schema});
Lists indexes for table within an optional schema.
Future<List<SchemaIndex>> listIndexes(String table, {String? schema});