Sets the escape processing mode.

Note: Escape processing for Microsoft SQL Server JDBC Driver 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

SQLServerException

Remarks

This setEscapeProcessing method is specified by the setEscapeProcessing method in the java.sql.Statement interface.

See Also

SQLServerStatement Class
SQLServerStatement Members