Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1871 void updateObject(int columnIndex, Object x, int scaleOrLength) in updateObject() method
1891 void updateObject(int columnIndex, Object x) throws SQLException; in updateObject() method
2261 void updateObject(String columnLabel, Object x, int scaleOrLength) in updateObject() method
2281 void updateObject(String columnLabel, Object x) throws SQLException; in updateObject() method