Share via


getWarnings Method (SQLServerResultSet)

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

Hinweis

This method is not currently supported by the Microsoft SQL Server JDBC Driver. If called this method will always return a null value.

public java.sql.SQLWarning getWarnings()

Rückgabewert

An SQLWarning object.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members