Share via


setLastUpdateCount Method (SQLServerDataSource)

Sets a boolean value that indicates if the lastUpdateCount property is enabled.

public void setLastUpdateCount(boolean lastUpdateCount)

매개 변수

lastUpdateCount

true if lastUpdateCount is enabled. Otherwise, false.

주의

If the lastUpdateCount property is set to true, Microsoft SQL Server JDBC Driver will return only the last update count from from an SQL statement passed to the server. If the lastUpdateCount property is set to false, the driver will return all update counts including those returned by any triggers that may have fired. If the lastUpdateCount property is not set, the getLastUpdateCount method returns the default value of true.

참고

참조

SQLServerDataSource Class

개념

SQLServerDataSource Methods
SQLServerDataSource Members