8.4.25 getResultSet()
- 〈この項の構成〉
(1) 機能
ResultSetオブジェクトとして,検索結果を取得します。
(2) 形式
public synchronized ResultSet getResultSet() throws SQLException
(3) 引数
なし。
(4) 戻り値
Statementオブジェクトが保持しているResultSetオブジェクトが返却されます。ResultSetオブジェクト内に検索結果がない場合は,nullが返却されます。
(5) 発生する例外
次に示す場合にSQLExceptionが投入されます。
-
Statementオブジェクトがクローズされている場合
-
Statementオブジェクトを生成したConnectionオブジェクトがクローズされている場合