SQLWarning.SQLWarning

SQLWarning.SQLWarning

Class Overview | Class Members | This Package | All Packages

Syntax 1
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.



Syntax 2
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.



Syntax 3
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.



Syntax 4
public SQLWarning()
Description
Construct an SQLWarning ; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0.