关闭数据库. 同一个库是单实例的, 尽量不要调用这个方法, 会自动释放.
()
| 104 | * 同一个库是单实例的, 尽量不要调用这个方法, 会自动释放. |
| 105 | */ |
| 106 | void close() throws IOException; |
| 107 | |
| 108 | ///////////// custom |
| 109 | int executeUpdateDelete(SqlInfo sqlInfo) throws DbException; |
no outgoing calls
no test coverage detected