Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java645 public void updateBoolean(int columnIndex, boolean x) throws SQLException { in updateBoolean() method in Impl_RowSet
648 public void updateBoolean(String columnName, boolean x) throws SQLException { in updateBoolean() method in Impl_RowSet