Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.27 KB

File metadata and controls

40 lines (30 loc) · 1.27 KB
title clearWarnings Method (SQLServerResultSet)
description clearWarnings Method (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.clearWarnings
apitype 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