clearWarnings Method (SQLServerStatement)

Download JDBC driver

Clears all the warnings that are reported on this SQLServerStatement object.

Syntax

  
public final void clearWarnings()  

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerStatement Members
SQLServerStatement Class