Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
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.
Syntax
public java.lang.String nativeSQL(java.lang.String sql)
Parameters
sql
A String containing a SQL statement.
Return Value
A String containing the converted SQL statement.
Exceptions
Remarks
This nativeSQL method is specified by the nativeSQL method in the java.sql.Connection interface.