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(String, String)
|
Documentation changed from old to new. |
Constructs an SQLWarning object with the given reason and SQLState; the vendorCode defaults to 0. |
SQLWarning(String, String, int)
|
Documentation changed from old to new. |
Constructs a fully-specified SQLWarning object initialized with the given values. |