getWarnings Method (SQLServerStatement)
Retrieves the first warning that is reported by calls on this SQLServerStatement object.
public final java.sql.SQLWarning getWarnings()
Rückgabewert
An SQLWarning object.
Ausnahmen
Hinweise
This getWarnings method is specified by the getWarnings method in the java.sql.Statement interface.