다음을 통해 공유


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.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members