Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.31 KB

File metadata and controls

42 lines (31 loc) · 1.31 KB
title getWarnings Method (SQLServerResultSet)
description getWarnings Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.getWarnings
apitype Assembly

getWarnings Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the first warning reported by calls on this SQLServerResultSet object.

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion]. If called this method will always return a null value.

Syntax

  
public 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.ResultSet interface.

See Also

SQLServerResultSet Members
SQLServerResultSet Class