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.
具体的には、接続をプールに戻すときに、dbcp (およびその他の接続プール) はステートメントと結果セットを閉じますか?
または、これらを自分で閉じる必要がありますか?
OK DelegatingConnection.passivate() でステートメントが dbcp によって閉じられ、DelegatingStatement.close() が結果セットを閉じていることがわかります。