다음을 통해 공유


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