Re: Callable Statements and Connection Pooling

From: Barry Lind <barry(at)xythos(dot)com>
To: Richard Lynders <rlynders(at)hotmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Callable Statements and Connection Pooling
Date: 2001-12-06 17:38:55
Message-ID: 3C0FAD2F.5040407@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hannu Krosing 2001-12-06 18:02:51 Re: [HACKERS] [GENERAL] java stored procedures
Previous Message Barry Lind 2001-12-06 17:32:14 Re: 7.3 build of PostgreSQL JDBC Driver