Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

File metadata and controls

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

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