session.changeset()


  • 返回:<Uint8Array> 可应用于其他数据库的二进制变更集。

    ¥Returns: <Uint8Array> Binary changeset that can be applied to other databases.

检索包含自创建变更集以来所有更改的变更集。可以多次调用。如果数据库或会话未打开,则会引发异常。此方法是 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().