(T entity)
| 58 | /// generated id is written back into the instance via |
| 59 | /// `SELECT last_insert_rowid()`. |
| 60 | void insert(T entity) throws IOException; |
| 61 | |
| 62 | /// `UPDATE ... WHERE id = ?`. |
| 63 | void update(T entity) throws IOException; |
no outgoing calls