Re: UPDATE ... CURRENT OF cursorname

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: UPDATE ... CURRENT OF cursorname
Дата
Msg-id 48BC6E76.6050402@opencloud.com
обсуждение исходный текст
Ответ на Re: UPDATE ... CURRENT OF cursorname  ("Richard Broersma" <richard.broersma@gmail.com>)
Список pgsql-jdbc
Richard Broersma wrote:
> On Mon, Sep 1, 2008 at 3:21 PM, Oliver Jowett <oliver@opencloud.com> wrote:
>> Richard Broersma wrote:
>>
>>> stmt.setCursorName("x");
>> The postgresql JDBC driver does not support positioned updates (as the
>> metadata will tell you), and setCursorName() is completely ignored.
>
> Thanks!, since I am only in the learning/reading stage, I hadn't
> performed any tests.  However, if the feature were to be added some
> the future, what would the attended affect be?

Well, frankly, I doubt it will be added in the future, because the
driver does not map resultset operations directly to cursor operations
on the server.

-O

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

Предыдущее
От: "Richard Broersma"
Дата:
Сообщение: Re: UPDATE ... CURRENT OF cursorname
Следующее
От: Ingmar Lötzsch
Дата:
Сообщение: Re: Table Alias posing problem in Update statements