| 549 | void Close() override { CloseImpl(); } |
| 550 | |
| 551 | bool ExistsRig(const rig_t rig_id) const override { |
| 552 | return ExistsRowId(sql_stmt_exists_rig_, rig_id); |
| 553 | } |
| 554 | |
| 555 | bool ExistsCamera(const camera_t camera_id) const override { |
| 556 | return ExistsRowId(sql_stmt_exists_camera_, camera_id); |
nothing calls this directly
no outgoing calls
no test coverage detected