session.patchset()


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

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

与上述方法类似,但生成更紧凑的补丁集。请参阅 SQLite 文档中的 变更集和补丁集。如果数据库或会话未打开,则会引发异常。此方法是 sqlite3session_patchset() 的封装器。

¥Similar to the method above, but generates a more compact patchset. See Changesets and Patchsets in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a wrapper around sqlite3session_patchset().