Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java2823 void updateRef(int columnIndex, java.sql.Ref x) throws SQLException; in updateRef() method
2842 void updateRef(String columnLabel, java.sql.Ref x) throws SQLException; in updateRef() method
/libcore/api/
Dcurrent.txt9596 method public void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
9597 method public void updateRef(String, java.sql.Ref) throws java.sql.SQLException;