Home
last modified time | relevance | path

Searched refs:updateBoolean (Results 1 – 1 of 1) 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