April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de ResultSet
npublic void insertRow() throws SQLException
npublic void updateRow() throws SQLException
npublic void deleteRow() throws SQLException
n
npublic void updateInt(int columnIndex, int x)
throws SQLException npublic void updateString(int columnIndex, String x)
throws SQLException
n...
npublic void moveToInsertRow() throws SQLException
npublic void cancelRowUpdates() throws SQLException