catalogIndexes method
Implementation
@override
Future<Result<QueryResult>> catalogIndexes(
String connectionId,
String table,
) =>
_query.catalogIndexes(connectionId, table);
@override
Future<Result<QueryResult>> catalogIndexes(
String connectionId,
String table,
) =>
_query.catalogIndexes(connectionId, table);