Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.31 KB

File metadata and controls

47 lines (34 loc) · 1.31 KB
title nativeSQL Method (SQLServerConnection)
description nativeSQL Method (SQLServerConnection)
author David-Engel
ms.author davidengel
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