Compartir a través de


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()

Valor devuelto

An SQLWarning object.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members