Does ResultSet.updateRow() commit, i.e. end the transaction?
According to the documentation ResultSet.updateRow() Updates the underlying database with the new contents of the current row of this ResultSet object. Will this perform a commit, i.e. end the …