17.7.30 getSQLWarningIgnore

(a) Function

Gets the setting information about whether or not warnings returned from the database are to be discarded by the Connection class.

(b) Format

public boolean getSQLWarningIgnore()

(c) Arguments

None.

(d) Return value
boolean
This is the setting information about whether or not warnings are to be discarded:
true: Discards warnings.
false: Retains warnings.
(e) Functional detail

Gets the setting information about whether or not warnings returned from the database are to be discarded by the Connection class.

This method returns the information that was set by the setSQLWarningIgnore method. If the setSQLWarningIgnore method has not been executed, the default value false is returned.

(f) Exceptions

None.