From: | javier(dot)diaz(dot)soto(at)gmail(dot)com |
---|---|
To: | pgsql-docs(at)postgresql(dot)org |
Subject: | getRefCursor() is deprecated |
Date: | 2016-06-10 09:26:03 |
Message-ID: | 20160610092603.5792.78856@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-jdbc |
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.
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2016-06-11 09:06:14 | Re: [DOCS] getRefCursor() is deprecated |
Previous Message | Tom Lane | 2016-06-09 15:58:57 | Re: Math function description issue |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2016-06-11 09:06:14 | Re: [DOCS] getRefCursor() is deprecated |
Previous Message | Vladimir Sitnikov | 2016-06-08 18:41:49 | Re: How to properly convert PostgreSQL timestamp to Java xsd:dateTime |