Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Retrieves the current result as an update count.
Syntax
public final int getUpdateCount()
Return Value
An int that contains the update count. If the returned result is a result set object or there are no more results, -1 is returned.
Exceptions
Remarks
This getUpdateCount method is specified by the getUpdateCount method in the java.sql.Statement interface.