catalogPrimaryKeys method

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

Implementation

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