Searched refs:executeUpdate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java90 int executeUpdate(String sql) throws SQLException; method in interface:Statement
219 * <code>executeQuery</code> and <code>executeUpdate</code> methods.
746 int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException; method in interface:Statement
781 int executeUpdate(String sql, int columnIndexes[]) throws SQLException; method in interface:Statement
815 int executeUpdate(String sql, String columnNames[]) throws SQLException; method in interface:Statement
H A DPreparedStatement.java95 int executeUpdate() throws SQLException; method in interface:PreparedStatement
459 * and <code>executeUpdate</code>.
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java224 pstmt.executeUpdate();
H A DCachedRowSetWriter.java769 i = pstmt.executeUpdate();
800 // if executeUpdate fails it will come here,
887 i = pstmt.executeUpdate();
892 * Cursor will come here if executeUpdate fails.
1018 if (pstmt.executeUpdate() != 1) {
1381 int id = pStmt.executeUpdate();

Completed in 37 milliseconds