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