Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.29 KB

File metadata and controls

44 lines (32 loc) · 1.29 KB
title setEscapeProcessing Method (SQLServerStatement)
description setEscapeProcessing Method (SQLServerStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerStatement.setEscapeProcessing
apitype Assembly

setEscapeProcessing Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Sets the escape processing mode.

Note

Escape processing for [!INCLUDEjdbcNoVersion] 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 Members
SQLServerStatement Class