int getUpdateCount()
None.
Returns an int representing the number of rows affected by the last write operation.
CwDBConnectionException - If a database error occurs.
The getUpdateCount() method indicates how many rows have been modified by the most recent update operation in the database associated with the current connection. This method is useful after you send an UPDATE or INSERT statement to the database and you want to determine the number of rows that the SQL statement has affected.