Re: datatype conversion thoughts
От
Kris Jurka
Тема
Re: datatype conversion thoughts
Дата
Msg-id
Pine.BSO.4.56.0410111623250.1854@leary.csoft.net
Ответ на
Re: datatype conversion thoughts (Oliver Jowett)
Список
Дерево обсуждения
datatype conversion thoughts Kris Jurka <books@ejurka.com>
Re: datatype conversion thoughts Markus Schaber <schabios@logi-track.com>
Re: datatype conversion thoughts Oliver Jowett <oliver@opencloud.com>
Re: datatype conversion thoughts Markus Schaber <schabios@logi-track.com>
On Tue, 12 Oct 2004, Oliver Jowett wrote: > Barry Lind wrote: > > Kris, > > > > How would PGDataType relate to PGObject? I have always thought that > > PGObject should be extended and used for all datatypes (not just > > extensions). > > We have the problem that PGobject is a public interface, so we probably > need an adaption layer at a minimum to handle older PGobject > implementations that don't know about binary formats, streaming, etc > when they are introduced. > I had envisioned making PGDataType have some methods like supportsBinary() or similar to not require every datatype to support binary transfer. By making PGobject extend PGDataType it would not need to be changed much/at all to fit into this scheme. Kris Jurka
В списке pgsql-jdbc по дате отправления