8.7.175 updatesAreDetected(int type)
- 〈この項の構成〉
(1) 機能
ResultSetクラスのrowUpdatedメソッドを呼び出すことによって可視の行が更新されたことを検出できるかどうかを取得します。
(2) 形式
public synchronized boolean updatesAreDetected(int type) throws SQLException
(3) 引数
- int type:
-
結果セットタイプを指定します。
-
ResultSet.TYPE_FORWARD_ONLY
-
ResultSet.TYPE_SCROLL_INSENSITIVE
-
ResultSet.TYPE_SCROLL_SENSITIVE
-
(4) 戻り値
常にfalseが返却されます。
(5) 発生する例外
このメソッドを実行する前に,Connectionオブジェクトがクローズされている場合,SQLExceptionが投入されます。