Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
何时使用 sqlite3_blob_write 和 sqlite3_blob_read?这个函数什么时候比 sqlite3_prepare_v2 + sqlite3_bind_blob 更有用?
当 blob 对于程序可用的内存而言太大时,或者当您只需要访问大 blob 的一小部分时,您可以使用它们。
这在嵌入式应用程序中很重要。