| 54 | } |
| 55 | |
| 56 | void StatementIterator::Throw() { |
| 57 | Cleanup(); |
| 58 | Database* db = stmt->db; |
| 59 | STATEMENT_THROW_LOGIC(); |
| 60 | } |
| 61 | |
| 62 | void StatementIterator::Cleanup() { |
| 63 | assert(alive == true); |
nothing calls this directly
no outgoing calls
no test coverage detected