Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.41 KB

File metadata and controls

49 lines (37 loc) · 1.41 KB
title setEscapeProcessing Method (SQLServerStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerStatement.setEscapeProcessing
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6ac0682e-e04c-4fdb-893b-92408d42051e
author David-Engel
ms.author v-daenge

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