Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.35 KB

File metadata and controls

48 lines (35 loc) · 1.35 KB
title nativeSQL Method (SQLServerConnection)
description nativeSQL Method (SQLServerConnection)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnection.nativeSQL
apitype Assembly

nativeSQL Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Converts the given SQL statement into the native SQL grammar of the database server.

Note

This method is not currently supported by the [!INCLUDEjdbcNoVersion].

Syntax

  
public java.lang.String nativeSQL(java.lang.String sql)  

Parameters

sql

A String containing a SQL statement.

Return Value

A String containing the converted SQL statement.

Exceptions

SQLServerException

Remarks

This nativeSQL method is specified by the nativeSQL method in the java.sql.Connection interface.

See Also

SQLServerConnection Members
SQLServerConnection Class