パッケージ org.postgresql

インタフェース PGRefCursorResultSet

既知の実装クラスのリスト:
PgResultSet

@Deprecated public interface PGRefCursorResultSet
推奨されていません。
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

      @Deprecated @Nullable String getRefCursor()
      推奨されていません。
      As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.
      戻り値:
      the name of the cursor.