The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/7.4/static/jdbc-callproc.html
Description:
https://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGRefCursorResultSet.html
java.lang.String getRefCursor()
Deprecated. As of 8.0, replaced with calling getString() on the ResultSet
that this ResultSet was obtained from.