catalogIndexes method

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

Implementation

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