Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.14 KB

File metadata and controls

39 lines (29 loc) · 1.14 KB
title getWarnings Method (SQLServerStatement)
description getWarnings 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.getWarnings
apitype Assembly

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