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