nativeSQL Method (SQLServerConnection)
In this article
Converts the given SQL statement into the native SQL grammar of the database server.
Note
This method is not currently supported by the Microsoft JDBC Driver for SQL Server.
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.