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 |
[!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.