10.5.17 setSQLWarningKeep(boolean mode)
- Organization of this subsection
(1) Function
This method specifies the setting as to whether warning information generated during execution of SQL statements is to be retained.
(2) Format
public synchronized void setSQLWarningKeep(boolean mode) throws SQLException
(3) Arguments
- boolean mode
-
Specifies one of the following values indicating whether warning information is to be retained:
-
true: Retain warning information.
-
false: Do not retain warning information.
If this method is not executed, the JDBC driver assumes true.
-
(4) Return value
None.
(5) Exceptions
None.