| 350 | decoy = Sql::extractBool(stmt, I_DECOY); |
| 351 | } |
| 352 | void updateProt(LineState& new_line) |
| 353 | { |
| 354 | prot_id = new_line.prot_id; |
| 355 | accession = std::move(new_line.accession); |
| 356 | decoy = new_line.decoy; |
| 357 | } |
| 358 | |
| 359 | // ... PRECURSOR |
| 360 | int prec_id; |