CallableStatement support for PostgreSQLDialect
-----------------------------------------------
Key: HHH-2359
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2359
Project: Hibernate3
Type: New Feature
Components: core
Versions: 3.2.1
Environment: Java JDK 1.5, Windows XP SP2, Hibernate 3.2.1, PostgreSQL 8.2.x, JDBC Driver
504
Reporter: Jeroen van Vianen
Priority: Minor
Attachments: postgresql-patch.txt
This patch adds support for CallableStatements returning ResultSet in the
PostgreSQLDialect by providing an implementation for:
public int registerResultSetOutParameter(CallableStatement statement, int col) throws
SQLException
and
public ResultSet getResultSet(CallableStatement ps) throws SQLException
It follows the coding outlined in the PostgreSQL documentation at
http://jdbc.postgresql.org/documentation/82/callproc.html#get-refcursor-f...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira