Share via


setEscapeProcessing Method (SQLServerStatement)

Sets the escape processing mode.

Hinweis

Escape processing for Microsoft SQL Server JDBC Driver is always enabled. Setting this method to false has no effect.

public final void setEscapeProcessing(boolean enable)

Parameter

enable

true to enable escape processing. Otherwise, false.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerStatement Class

Konzepte

SQLServerStatement Methods
SQLServerStatement Members