setEscapeProcessing Method (SQLServerStatement)

Sets the escape processing mode.

Nota

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

public final void setEscapeProcessing(boolean enable)

Parámetros

enable

true to enable escape processing. Otherwise, false.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerStatement Class

Conceptos

SQLServerStatement Methods
SQLServerStatement Members