Re: jdbc xa support

Поиск
Список
Период
Сортировка
От Michael Allman
Тема Re: jdbc xa support
Дата
Msg-id 20050723130340.F55069@yvyyl
обсуждение исходный текст
Ответ на Re: jdbc xa support  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
On Sat, 23 Jul 2005, Oliver Jowett wrote:

> Not quite -- it's a flag not an enumerated value -- the TM can specify
> TMENDRSCAN|TMSTARTRSCAN to restart a scan currently in progress.
>
> 'if ((flag & TMSTARTRSCAN) == 0)' should work.

I just realized how ironic it is that in the one method on XAResource that
takes a flag argument that may take an |'d argument the argument name is
singular "flag".  In end() and start(), which may take only a single flag,
the argument name is a plural "flags".  Ha ha ha!!!

Michael

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

Предыдущее
От: Michael Allman
Дата:
Сообщение: Re: jdbc xa support
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: jdbc xa support