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.java91 int executeUpdate(String sql) throws SQLException; in executeUpdate() method
747 int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException; in executeUpdate() method
782 int executeUpdate(String sql, int columnIndexes[]) throws SQLException; in executeUpdate() method
816 int executeUpdate(String sql, String columnNames[]) throws SQLException; in executeUpdate() method
DPreparedStatement.java96 int executeUpdate() throws SQLException; in executeUpdate() method