Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Sets the escape processing mode.
Note
Escape processing for Microsoft JDBC Driver for SQL Server is always enabled. Setting this method to false has no effect.
Syntax
public final void setEscapeProcessing(boolean enable)
Parameters
enable
true to enable escape processing. Otherwise, false.
Exceptions
Remarks
This setEscapeProcessing method is specified by the setEscapeProcessing method in the java.sql.Statement interface.