Re: Support for callable statement

Поиск
Список
Период
Сортировка
От Qiqi Dong
Тема Re: Support for callable statement
Дата
Msg-id 010601c0a098$aee46250$5a41a8c0@frontier
обсуждение исходный текст
Ответ на Re: The patch I sent a day ago.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-jdbc
Another problem in the same area is that functions, both sql and plpgsql, do
not return recordset. Lack of CallableStatement and recordset making porting
of most of my applications impossible. I hope both will be included to
release 7.1.


----- Original Message -----
From: "Antonio Fiol" <fiol@w3ping.com>
To: "Qiqi Dong" <qdong@swbell.net>
Cc: <pgsql-jdbc@postgresql.org>
Sent: Tuesday, February 27, 2001 2:12 AM
Subject: Re: [JDBC] Support for callable statement


> Qiqi Dong wrote:
>
> > Hi,
> >
> > I'm using jdbc-7.0.3, and found it does not support CallableStatement.
Is
> > this planned for the next release? I cannot port my applications to
> > postgresql without significant code changes.
> >
>
> I am also waiting for jdbc 7.1 because of some timestamp problems. If you
> use them heavily -as I do-, you'd better start identifying where you use
> them, especially in "SELECT" statements, as it gives some problems in
7.0.3,
> which should be solved on 7.1 (as Peter M said on this list some days
ago).
>
> Antonio Fiol
>


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

Предыдущее
От: Antonio Fiol
Дата:
Сообщение: Re: Support for callable statement
Следующее
От: "Peter T. Brown"
Дата:
Сообщение: PostgresqlDataSource