Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1616 void updateLong(int columnIndex, long x) throws SQLException; in updateLong() method
2004 void updateLong(String columnLabel, long x) throws SQLException; in updateLong() method
/libcore/api/
Dcurrent.txt9576 method public void updateLong(int, long) throws java.sql.SQLException;
9577 method public void updateLong(String, long) throws java.sql.SQLException;