SQLWarning.SQLWarning
Class Overview | Class Members |
This Package |
All Packages
public SQLWarning( String reason,
String SQLstate,
int vendorCode )
Parameters
- reason
- a description of the warning
- SQLState
- an XOPEN code identifying the warning
- vendorCode
- a database vendor specific warning code
Description
Construct a fully specified SQLWarning.
public SQLWarning( String reason,
String SQLstate )
Parameters
- reason
- a description of the warning
- SQLState
- an XOPEN code identifying the warning
Description
Construct an SQLWarning with a reason and SQLState;
vendorCode defaults to 0.
public SQLWarning( String reason )
Parameters
- reason
- a description of the warning
Description
Construct an SQLWarning with a reason; SQLState defaults to
null and vendorCode defaults to 0.
public SQLWarning()
Description
Construct an SQLWarning ; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.