Home
last modified time | relevance | path

Searched refs:updateBoolean (Results 1 – 2 of 2) 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
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1010 public void updateBoolean(int colIndex, boolean b) throws SQLException {
1147 public void updateBoolean(String colName, boolean b) throws SQLException {
1149 updateBoolean(col, b);