| title | getWarnings Method (SQLServerResultSet) | 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | eb4339b0-383b-4337-a935-e8ec3f0d4123 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!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.
public java.sql.SQLWarning getWarnings()
An SQLWarning object.
This getWarnings method is specified by the getWarnings method in the java.sql.ResultSet interface.