| 565 | } |
| 566 | |
| 567 | bool ExistsImageWithName(const std::string& name) const override { |
| 568 | return ExistsRowString(sql_stmt_exists_image_name_, name); |
| 569 | } |
| 570 | |
| 571 | bool ExistsPosePrior(const pose_prior_t pose_prior_id, |
| 572 | bool is_deprecated_image_prior) const override { |