Package org.postgresql
Interface PGRefCursorResultSet
-
- All Known Implementing Classes:
PgResultSet
public interface PGRefCursorResultSet
A ref cursor based result set. Note: as of 8.0, this interface is only present for backwards- compatibility purposes. New code should callResultSet.getString(int)
to obtain the underlying cursor name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getRefCursor()
Deprecated.As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.
-