Database Toolbox |
Convert JDBC SQL grammar to system's native SQL grammar
Syntax
Description
n = sql2native(conn, 'sqlquery')
for the connection conn
, which was created using database
, converts the SQL statement string sqlquery
. The string is converted from JDBC SQL grammar into the database system's native SQL grammar, returning the native SQL statement to n
.
setdbprefs | supports |
© 1994-2005 The MathWorks, Inc.