Condividi tramite


getWarnings Method (SQLServerConnection)

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

public java.sql.SQLWarning getWarnings()

Valore restituito

A SQLWarning object.

Eccezioni

SQLServerException

Osservazioni

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

Subsequent warnings are chained to the first SQLWarning and called with the getNextWarning method. If called on a closed connection, an exception will be thrown.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members