Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the first warning reported by calls on this SQLServerConnection object.
Syntax
public java.sql.SQLWarning getWarnings()
Return Value
A SQLWarning object.
Exceptions
Remarks
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.