Retrieves the first warning that is reported by calls on this SQLServerStatement object.
public final java.sql.SQLWarning getWarnings()
傳回值
An SQLWarning object.
例外狀況
備註
This getWarnings method is specified by the getWarnings method in the java.sql.Statement interface.