Home | History | Annotate | Download | only in sql

Lines Matching defs:updateBoolean

129  *       rs.updateBoolean(3, true); // updates the third column to <code>true</code>
1533 void updateBoolean(int columnIndex, boolean x) throws SQLException;
1922 void updateBoolean(String columnLabel, boolean x) throws SQLException;