Partager via


nativeSQL Method (SQLServerConnection)

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

NoteRemarque :

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

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

Paramètres

sql

A String containing an SQL statement.

Valeur de retour

A String containing the converted SQL statement.

Exceptions

SQLServerException

Notes

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

Voir aussi

Référence

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members