Searched refs:updateObject (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DResultSet.java1751 public void updateObject(int columnIndex, Object x) throws SQLException; method in interface:ResultSet
1768 public void updateObject(int columnIndex, Object x, int scale) method in interface:ResultSet
1781 public void updateObject(String columnName, Object x) throws SQLException; method in interface:ResultSet
1797 public void updateObject(String columnName, Object x, int scale) method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetTest.java409 writableTarget.updateObject("family","bird");
413 target.updateObject("family","bird");
H A DOldConnectionTest.java124 rs.updateObject("family", "bird");
147 rs.updateObject("family", "bird");
992 rs.updateObject("family", "bird");
1018 rs.updateObject("family", "bird");
1968 rs.updateObject("family", "bird");
2009 rs.updateObject("family", "bird");

Completed in 294 milliseconds