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.swift で接続を閉じる必要があるかどうか、およびその方法がわかりません。スレッド/メモリリークが発生しますか?
手動で行わない場合、Sqlite 接続は自動的に閉じます。
例:
try { conn.close(); } catch (Exception ex) { System.out.println ("Error"); return false; }