다음을 통해 공유


nativeSQL Method (SQLServerConnection)

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

참고

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

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

매개 변수

sql

A String containing an SQL statement.

반환 값

A String containing the converted SQL statement.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members