Searched refs:executeUpdate (Results 1 – 4 of 4) sorted by relevance
218 public int executeUpdate(String sql) throws SQLException { in executeUpdate() method in JDBCStatement263 public int executeUpdate(String sql, int autokeys) in executeUpdate() method in JDBCStatement268 return executeUpdate(sql); in executeUpdate()271 public int executeUpdate(String sql, int colIndexes[]) in executeUpdate() method in JDBCStatement276 public int executeUpdate(String sql, String colIndexes[]) in executeUpdate() method in JDBCStatement
118 public int executeUpdate() throws SQLException {412 ret[i] = executeUpdate();
51 public void executeUpdate(String sql) throws SQLException {} in executeUpdate() method in Sample
175 sample.executeUpdate(sql); in sqlUpdate()