Re: UUID datatype

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: UUID datatype
Дата
Msg-id Pine.BSO.4.64.0802161048420.25216@leary.csoft.net
обсуждение исходный текст
Ответ на UUID datatype  (Andrew <archa@pacific.net.au>)
Ответы Re: UUID datatype  (ntr <kfeezh@gmail.com>)
Re: UUID datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: UUID datatype  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

On Sun, 17 Feb 2008, Andrew wrote:

> I'm wondering about the timeline or plans if any for JDBC driver support of
> the recently added UUID datatype in PostgreSQL?

There aren't any exact plans, but I was thinking we would map the pg uuid
type onto the java.util.UUID type.  The only problem with that
is java.util.UUID only appeared in the 1.5 JDK, so we'd only be
able to support it for some driver versions.  Do people think it's better
to always map it to a PGuuid class?

Kris Jurka

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

Предыдущее
От: Gustav Trede
Дата:
Сообщение: Resultset rowcopy allways needed?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: extra rowcopy in ResultSet allways needed ?.