Connection.clearWarnings

Connection.clearWarnings

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void clearWarnings() throws SQLException
Description
After this call, getWarnings returns null until a new warning is reported for this Connection.

Exceptions
SQLException if a database-access error occurs.