Home
last modified time | relevance | path

Searched defs:executeUpdate (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java90 int executeUpdate(String sql) throws SQLException; in executeUpdate() method
746 int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException; in executeUpdate() method
781 int executeUpdate(String sql, int columnIndexes[]) throws SQLException; in executeUpdate() method
815 int executeUpdate(String sql, String columnNames[]) throws SQLException; in executeUpdate() method
DPreparedStatement.java96 int executeUpdate() throws SQLException; in executeUpdate() method