Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.31 KB

nativesql-method-sqlserverconnection.md

File metadata and controls

47 lines (34 loc) · 1.31 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
nativeSQL Method (SQLServerConnection)
nativeSQL Method (SQLServerConnection)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnection.nativeSQL
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