Converts the given SQL statement into the native SQL grammar of the database server.

Note: This method is not currently supported by the Microsoft SQL Server 2005 JDBC Driver.

public java.lang.String nativeSQL(java.lang.String sql)

Parameters

sql

A string containing an 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