ResultSet.clearWarnings

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

Exceptions
SQLException if a database-access error occurs.