Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1731 void updateDate(int columnIndex, java.sql.Date x) throws SQLException; in updateDate() method
2120 void updateDate(String columnLabel, java.sql.Date x) throws SQLException; in updateDate() method
/libcore/api/
Dcurrent.txt9568 method public void updateDate(int, java.sql.Date) throws java.sql.SQLException;
9569 method public void updateDate(String, java.sql.Date) throws java.sql.SQLException;