getWarnings Method (SQLServerResultSet)
Retrieves the first warning reported by calls on this SQLServerResultSet object.
Nota
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()
Valore restituito
An SQLWarning object.
Eccezioni
Osservazioni
This getWarnings method is specified by the getWarnings method in the java.sql.ResultSet interface.