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