Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » PreparedStatement interface

 

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.