Home
last modified time | relevance | path

Searched refs:updateInt (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1597 void updateInt(int columnIndex, int x) throws SQLException; in updateInt() method
1985 void updateInt(String columnLabel, int x) throws SQLException; in updateInt() method
/libcore/api/
Dcurrent.txt9574 method public void updateInt(int, int) throws java.sql.SQLException;
9575 method public void updateInt(String, int) throws java.sql.SQLException;