共用方式為


setEscapeProcessing Method (SQLServerStatement)

Sets the escape processing mode.

注意

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)

參數

enable

true to enable escape processing. Otherwise, false.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerStatement Class

概念

SQLServerStatement Methods
SQLServerStatement Members