Searched refs:nativeSQL (Results 1 – 4 of 4) sorted by relevance
325 public String nativeSQL(String sql) throws SQLException; in nativeSQL() method
104 public String nativeSQL(String sql) throws SQLException { in nativeSQL() method in TestHelper_Connection1
1188 nativeQuery = conn.nativeSQL(queries[i]); in testNativeSQL()1207 nativeQuery = conn.nativeSQL(inc_queries[i]); in testNativeSQL()1219 conn.nativeSQL(inc_queries[0]); in testNativeSQL()
272 public String nativeSQL(String sql) throws SQLException { in nativeSQL() method in JDBCConnection