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.
Postgresql9.1 DBとJDBCで作業していて、列の値を更新したいのですが、そのためにはDBソフトウェアが更新可能な結果セットをサポートする必要があります。9.1バージョンは更新可能な結果セットをサポートしますか?
ありがとう
はい、そうです。Statements ファクトリ メソッドのパラメータとして ResultSet.CONCUR_UPDATABLE を参照してください。