Statement.clearWarnings

Statement.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 Statement.

Exceptions
SQLException if a database-access error occurs.