getUpdateCount method

Returns the number of rows inserted, updated or deleted since the last commit statement.

Syntax
int PreparedStatement.getUpdateCount() throws ULjException
Returns

-1 if no changes were made; otherwise, the number of updated rows.