Home
last modified time | relevance | path

Searched refs:updateObject (Results 1 – 4 of 4) 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
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetTest.java409 writableTarget.updateObject("family","bird"); in testUpdateObjectStringObject()
413 target.updateObject("family","bird"); in testUpdateObjectStringObject()
DOldConnectionTest.java124 rs.updateObject("family", "bird"); in testCreateStatement_int_int()
147 rs.updateObject("family", "bird"); in testCreateStatement_int_int()
1968 rs.updateObject("family", "bird"); in testPrepareStatement_String_int_int()
2009 rs.updateObject("family", "bird"); in testPrepareStatementNotSupported()
/libcore/api/
Dcurrent.txt9592 method public void updateObject(int, Object, int) throws java.sql.SQLException;
9593 method public void updateObject(int, Object) throws java.sql.SQLException;
9594 method public void updateObject(String, Object, int) throws java.sql.SQLException;
9595 method public void updateObject(String, Object) throws java.sql.SQLException;