8.3.35 setEscapeProcessing(boolean enable)
- Organization of this subsection
(1) Function
This method specifies whether escape syntax analysis by this Statement object is to be enabled or disabled.
(2) Format
public synchronized void setEscapeProcessing(boolean enable) throws SQLException
(3) Arguments
- boolean enable
-
Specifies true to enable escape syntax analysis and false to disable it.
If this method is not executed, true is assumed.
(4) Return value
None.
(5) Exceptions
The JDBC driver throws an SQLException in the following cases:
-
The Statement object is closed.
-
The Connection object that created the Statement object is closed.