| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 2188a6e1-792f-47bd-b207-1d01741231b2 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!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].
public java.lang.String nativeSQL(java.lang.String sql)
sql
A String containing an SQL statement.
A String containing the converted SQL statement.
This nativeSQL method is specified by the nativeSQL method in the java.sql.Connection interface.