session.changeset()
- 返回:<Uint8Array> 可应用于其他数据库的二进制变更集。
检索自该变更集创建以来的所有更改的变更集。可以多次调用。如果数据库或会话未打开,将抛出异常。此方法是 sqlite3session_changeset() 的封装。
【Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times.
An exception is thrown if the database or the session is not open. This method is a wrapper around sqlite3session_changeset().】