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.
executeUpdate ではなく executeQuery を使用してデータベース内のデータを更新すると、どのような影響がありますか。
ありがとう
executeQuery()を返しますResultSet。ここから int の結果を自分で取得する必要があります。さらに、結果セットを自分で閉じて解放する必要があります。
executeQuery()
ResultSet