Compartir a través de


clearWarnings Method (SQLServerResultSet)

Clears all warnings reported on this SQLServerResultSet object.

Nota

This method is not currently implemented by the Microsoft SQL Server JDBC Driver. If called, it will always return null.

public void clearWarnings()

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members