Re: Callable Statements and Connection Pooling - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: Callable Statements and Connection Pooling
Date
Msg-id 3C0FAD2F.5040407@xythos.com
Whole thread Raw
In response to Callable Statements and Connection Pooling  ("Richard Lynders" <rlynders@hotmail.com>)
List pgsql-jdbc
Richard,

> 1). When do you expect the JDBC driver to support Callable statements.

Please see past thread on this topic.  But the quick answer is because
of the way postgres implements stored functions you can use
PreparedStatements to make your stored function calls.  Thus it hasn't
been a high priority for anyone.  At the same time if you would like to
contribute to the project and this feature is important to you, that
would certainly be welcomed.

> 2.) When do you you expect the JDBC driver to support Connection pooling.

Someone is working on that currently, so I would expect to see that in 7.3.

> 3.) Are there any commercial drivers available supporting these features
None that I am aware of.



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [GENERAL] java stored procedures
Next
From: Barry Lind
Date:
Subject: Re: 7.3 build of PostgreSQL JDBC Driver