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_step を使用し、いつ sqlite3_execute を使用するのですか?
ドキュメントから、準備されたステートメントを作成した後に sqlite3_step を使用する必要があるようです。
しかし、なぜそれを複数回実行したいのですか? sqlite3_executeを使用しないのはなぜですか?