10.5.5 getNotErrorOccurred()
- Organization of this subsection
(1) Function
This method acquires the setting as to whether generation of ConnectionEventListener.connectionErrorOccurred is to be suppressed. The method acquires the information that was specified by the setNotErrorOccurred method.
(2) Format
public boolean getNotErrorOccurred() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the setting as to whether ConnectionEventListener.connectionErrorOccurred is to be generated:
-
true: connectionErrorOccurred is not generated (generation is suppressed).
-
false: connectionErrorOccurred is generated (generation is not suppressed).
If the setNotErrorOccurred method has not been executed, the method returns false (default value).
(5) Exceptions
None.