Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DResultSet.java1751 public void updateObject(int columnIndex, Object x) throws SQLException; in updateObject() method
1768 public void updateObject(int columnIndex, Object x, int scale) in updateObject() method
1781 public void updateObject(String columnName, Object x) throws SQLException; in updateObject() method
1797 public void updateObject(String columnName, Object x, int scale) in updateObject() method