17.7.29 setSQLWarningIgnore

(a) Function

Sets whether or not warnings returned from the database are to be discarded by the Connection class.

(b) Format

public void setSQLWarningIgnore ( boolean mode )

(c) Arguments
boolean mode
Specifies whether or not warnings are to be discarded:
true: Discard warnings.
false: Retain warnings.
(d) Return value

None.

(e) Functional detail

Sets whether or not warnings returned from the database are to be discarded by the Connection class. The default value is false (warnings are retained).

(f) Exceptions

None.