Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Updates the underlying database with the new contents of the current row of this SQLServerResultSet object.
Syntax
public void updateRow()
Exceptions
Remarks
This updateRow method is specified by the updateRow method in the java.sql.ResultSet interface.
This method cannot be called when the cursor is on the insert row.
If this method is called when no column values have changed, an exception will be thrown.