Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1539 void updateBoolean(int columnIndex, boolean x) throws SQLException; in updateBoolean() method
1928 void updateBoolean(String columnLabel, boolean x) throws SQLException; in updateBoolean() method
/libcore/api/
Dcurrent.txt10350 method public void updateBoolean(int, boolean) throws java.sql.SQLException;
10351 method public void updateBoolean(String, boolean) throws java.sql.SQLException;