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 のごく一部にのみアクセスする必要がある場合に使用します。
これは、主に組み込みアプリケーションで重要です。