Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.26 KB

File metadata and controls

44 lines (34 loc) · 1.26 KB
title getWarnings 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.getWarnings
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 3d6decae-2570-4ca5-8ff6-57a2cc3e921f
author David-Engel
ms.author v-daenge

getWarnings Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Retrieves the first warning that is reported by calls on this SQLServerStatement object.

Syntax

  
public final java.sql.SQLWarning getWarnings()  

Return Value

An SQLWarning object.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerStatement Members
SQLServerStatement Class