catalogIndexes method

  1. @override
Future<Result<QueryResult>> catalogIndexes(
  1. String connectionId,
  2. String table
)
override

Implementation

@override
Future<Result<QueryResult>> catalogIndexes(
  String connectionId,
  String table,
) async {
  return _repository.catalogIndexes(connectionId, table);
}