パッケージ org.postgresql
インタフェース PGRefCursorResultSet
- 既知の実装クラスのリスト:
PgResultSet
推奨されていません。
As of 8.0, this interface is only present for backwards- compatibility purposes. New
code should call getString() on the ResultSet that contains the refcursor to obtain
the underlying cursor name.
A ref cursor based result set.
-
メソッドの概要
修飾子とタイプメソッド説明@Nullable String
推奨されていません。As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.
-
メソッドの詳細
-
getRefCursor
推奨されていません。As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.- 戻り値:
- the name of the cursor.
-