public abstract int getUpdateCount() throws SQLException
Returns
the current result as an update count; -1 if it is a
ResultSet or there are no more results
Description
getUpdateCount returns the current result as an update count;
if the result is a ResultSet or there are no more results, -1
is returned. It should only be called once per result.