| 1616 | } |
| 1617 | |
| 1618 | void ClearDescriptors() override { |
| 1619 | Sqlite3StmtContext context(sql_stmt_clear_descriptors_); |
| 1620 | SQLITE3_CALL(sqlite3_step(sql_stmt_clear_descriptors_)); |
| 1621 | database_entry_deleted_ = true; |
| 1622 | } |
| 1623 | |
| 1624 | void ClearKeypoints() override { |
| 1625 | Sqlite3StmtContext context(sql_stmt_clear_keypoints_); |
no outgoing calls