session.patchset()
- 返回:<Uint8Array> 可应用于其他数据库的二进制补丁集。
类似于上面的方法,但生成更紧凑的补丁集。请参见 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().】