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

/libcore/ojluni/src/main/java/java/sql/
H A DResultSet.java129 * rs.updateBoolean(3, true); // updates the third column to <code>true</code>
1533 void updateBoolean(int columnIndex, boolean x) throws SQLException; method in interface:ResultSet
1922 void updateBoolean(String columnLabel, boolean x) throws SQLException; method in interface:ResultSet

Completed in 57 milliseconds