Lines Matching refs:updateBoolean
1010 public void updateBoolean(int colIndex, boolean b) throws SQLException {1147 public void updateBoolean(String colName, boolean b) throws SQLException {1149 updateBoolean(col, b);