Condividi tramite


nativeSQL Method (SQLServerConnection)

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

Nota

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

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

Parametri

sql

A String containing an SQL statement.

Valore restituito

A String containing the converted SQL statement.

Eccezioni

SQLServerException

Osservazioni

This nativeSQL method is specified by the nativeSQL method in the java.sql.Connection interface.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members