Clears all warnings reported on this SQLServerResultSet object.

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

public void clearWarnings()

Exceptions

SQLServerException

Remarks

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

See Also