Searched defs:executeUpdate (Results 1 – 2 of 2) sorted by relevance
91 int executeUpdate(String sql) throws SQLException; in executeUpdate() method747 int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException; in executeUpdate() method782 int executeUpdate(String sql, int columnIndexes[]) throws SQLException; in executeUpdate() method816 int executeUpdate(String sql, String columnNames[]) throws SQLException; in executeUpdate() method
96 int executeUpdate() throws SQLException; in executeUpdate() method