It would be nice to offer positioned [update/delete/insert on ResultSet](https://docs.oracle.com/cd/A97335_02/apps.102/a83724/resltse4.htm). Especially since this is very easy to implement with [CachedRowSet](https://docs.oracle.com/javase/8/docs/api/javax/sql/rowset/CachedRowSet.html).
It would be nice to offer positioned update/delete/insert on ResultSet.
Especially since this is very easy to implement with CachedRowSet.