Searched refs:nativeSQL (Results 1 – 3 of 3) sorted by relevance
186 String nativeSQL(String sql) throws SQLException; in nativeSQL() method
846 nativeQuery = conn.nativeSQL(queries[i]); in testNativeSQL()863 nativeQuery = conn.nativeSQL(inc_queries[i]); in testNativeSQL()875 conn.nativeSQL(inc_queries[0]); in testNativeSQL()
9020 method public String nativeSQL(String) throws java.sql.SQLException;