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