Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.19 KB

File metadata and controls

41 lines (32 loc) · 1.19 KB
title clearWarnings Method (SQLServerConnection) | 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
SQLServerConnection.clearWarnings
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid cb911adf-4691-4e57-8fb3-bdd11bef7a2e
author David-Engel
ms.author v-daenge

clearWarnings Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

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