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 (SQLServerStatement) | 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
SQLServerStatement.clearWarnings
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b1d3a50c-3d05-44b3-b1ba-404a013fd627
author David-Engel
ms.author v-daenge

clearWarnings Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Clears all the warnings that are reported on this SQLServerStatement object.

Syntax

  
public final void clearWarnings()  

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerStatement Members
SQLServerStatement Class