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