| 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 |
[!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 a SQL statement.
A String containing the converted SQL statement.
This nativeSQL method is specified by the nativeSQL method in the java.sql.Connection interface.