Generated by
JDiff

Class java.sql.SQLWarning

Changed Constructors
SQLWarning(String) Documentation changed from old to new.
Constructs an SQLWarning object with the given value for a reason; SQLState defaults to null and vendorCode defaults to 0.
SQLWarning(void) Documentation changed from old to new.
Constructs a default SQLWarning object.
 

Changed Methods
SQLWarning getNextWarning() Documentation changed from old to new.
Retrieves the warning chained to this SQLWarning object.