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.
SQLite 3 C API を使用してステートメントを実行してDELETEいます。影響を受ける行の数を取得する方法を知りたいです。
DELETE
sqlite3_affected_rows残念ながら、または類似の機能はありません。
sqlite3_affected_rows
sqlite3_changes()および/またはsqlite3_total_changes( ) を試してください