Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.44 KB

File metadata and controls

52 lines (39 loc) · 1.44 KB
title nativeSQL Method (SQLServerConnection) | 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
SQLServerConnection.nativeSQL
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 2188a6e1-792f-47bd-b207-1d01741231b2
author David-Engel
ms.author v-daenge

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 an 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