Expand Minimize
This topic has not yet been rated - Rate this topic

getUpdateCount Method (SQLServerStatement)

Retrieves the current result as an update count.


public final int getUpdateCount()

An int that contains the update count. If the returned result is a result set object or there are no more results, -1 is returned.

This getUpdateCount method is specified by the getUpdateCount method in the java.sql.Statement interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.