Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.35 KB

File metadata and controls

44 lines (34 loc) · 1.35 KB
title clearWarnings Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.clearWarnings
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid f55af4b6-ae5c-41c9-8aa3-8313773f5443
author David-Engel
ms.author v-daenge

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