clearWarnings Method (SQLServerConnection)

Download JDBC driver

Clears all warnings reported for this SQLServerConnection object.

Syntax

  
public void clearWarnings()  

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerConnection Members
SQLServerConnection Class