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 参考 » UltraLiteJ API 参考 » PreparedStatement 接口

 

getUpdateCount 方法

返回自上一提交语句之后插入、更新或删除的行数。

语法
int PreparedStatement.getUpdateCount() throws ULjException
返回值

如果未进行更改,则为 -1;否则返回更新的行数。