Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.23 KB

clearwarnings-method-sqlserverresultset.md

File metadata and controls

39 lines (29 loc) · 1.23 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
clearWarnings Method (SQLServerResultSet)
clearWarnings Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.clearWarnings
Assembly

clearWarnings Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Clears all warnings reported on this SQLServerResultSet object.

Note

This method is not currently implemented by the [!INCLUDEjdbcNoVersion]. If called, it will always return null.

Syntax

  
public void clearWarnings()  

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class