Re: Callable Statements and Connection Pooling

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Callable Statements and Connection Pooling
Дата
Msg-id 00fb01c17e6a$f9ef5790$8201a8c0@inspiron
обсуждение исходный текст
Ответ на Callable Statements and Connection Pooling  ("Richard Lynders" <rlynders@hotmail.com>)
Список pgsql-jdbc
Richard,

Callable statements are an interesting problem. Postgres doesn't support
the notion of stored procedures which return result sets, which makes
callable statements somewhat redundant. That being said there has been
some talk on the list to support what we can in the driver.

Connection pooling has been done but due to a code freeze for 7.2 we are
not including it in this release. There are many open source pools which
you can use for connection pooling.

Not sure about commercial drivers

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Richard Lynders
Sent: Thursday, December 06, 2001 5:50 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] Callable Statements and Connection Pooling


Hi,

Fairly new to the group so if I am answering stupid questions please
forgive
me.


1). When do you expect the JDBC driver to support Callable statements.
2.) When do you you expect the JDBC driver to support Connection
pooling.
3.) Are there any commercial drivers available supporting these features



Thanks a lot


Regards

Richard

_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Dave Cramer"
Дата:
Сообщение: Re: 7.3 build of PostgreSQL JDBC Driver
Следующее
От: Barry Lind
Дата:
Сообщение: Re: [GENERAL] java stored procedures