Re: PLJava and Database Meta Data

From: Laszlo Hornyak <kocka(at)forgeahead(dot)hu>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PLJava and Database Meta Data
Date: 2005-02-11 15:22:43
Message-ID: Pine.LNX.4.58.0502111618430.26875@www.forgeahead.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thomas,

FYI, PL-J typemapper framework.
http://cvs.plj.codehaus.org/*checkout*/pl-j/src/interfaces/org/pgj/typemapping/TypeMapper.java?rev=1.4

Regards,
Laszlo

On Fri, 11 Feb 2005, Thomas Hallgren wrote:

> Markus Schaber wrote:
>
> >Hi, Thomas,
> >
> >Thomas Hallgren schrieb:
> >
> >
> >
> >>>Did you do anything concerning custom datatypes (e. G. PostGIS) yet?
> >>>[...]
> >>>
> >>>
> >>Nothing has been done in this area for PLJava yet. I'm definitely in
> >>favor of your suggestion. If anything can be done to converge efforts
> >>and API's, it should be done.
> >>
> >>
> >
> >Okay. Maybe we should also invite other custom datatype authors.
> >
> >Just out of curiosity (I did not have enough time to take a close look
> >at PLJava yet - maybe I should do that first...): How do you currently
> >model types like Interval, Money, ByteArray or the native PostgreSQL
> >geometry types? (I ask this because in pgjdbc they are currently
> >implemented using the same PGobject approach as PostGIS extension types.)
> >
> >
> bytea is mapped to byte[]. The other types are not yet mapped. Where can
> I find info about the PostGIS approach?
>
> >And what is your approach to endianness conversion?
> >
> >
> None yet. What types have endian issues and in what way? The PLJava
> mapping is using SPI functions directly so we never serialize anything.
> PLJava create wrappers for Datum's in the native backend environment.
> I'm not sure endian issues ever bites us.
>
> - thomas
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Hallgren 2005-02-11 15:28:31 Re: PLJava and Database Meta Data
Previous Message Markus Schaber 2005-02-11 13:53:38 Re: PLJava and Database Meta Data