Clears any sql warning objects on the specified connection, result set or statement object.
Syntax
clearWarnings( jdbcobject )
jdbcobject.clearWarnings( )
Parameters
jdbcobject
|
the [ connection, result set, statement ] object to clear errors on.
|
Returns
Example
rs.clearWarnings( )
|