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

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

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