Searched defs:executeUpdate (Results 1 – 2 of 2) 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 JDBCStatement271 public int executeUpdate(String sql, int colIndexes[]) in executeUpdate() method in JDBCStatement276 public int executeUpdate(String sql, String colIndexes[]) in executeUpdate() method in JDBCStatement
51 public void executeUpdate(String sql) throws SQLException {} in executeUpdate() method in Sample