- enable
- true to set escape processing mode on, false to turn it off.
Type Reason Java.Sql.SQLException if an error occurs accessing the database.
Sets Escape Processing mode.
If Escape Processing is on, the JDBC driver will do escape substitution on an SQL statement before sending it for execution. This does not apply to Java.Sql.IPreparedStatements since they are processed when created, before this method can be called.