共用方式為


clearWarnings Method (SQLServerResultSet)

Clears all warnings reported on this SQLServerResultSet object.

注意

This method is not currently implemented by the Microsoft SQL Server 2005 JDBC Driver. If called, it will always return null.

public void clearWarnings()

例外狀況

SQLServerException

備註

This clearWarnings method is specified by the clearWarnings method in the java.sql.ResultSet interface.

另請參閱

參考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members