Freigeben über


clearWarnings Method (SQLServerResultSet)

Clears all warnings reported on this SQLServerResultSet object.

Hinweis

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

public void clearWarnings()

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members