Re: SQLJ, any plans? - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: SQLJ, any plans?
Date
Msg-id 438852CB.3080701@opencloud.com
Whole thread Raw
In response to Re: SQLJ, any plans?  (Jaime Casanova <systemguards@gmail.com>)
List pgsql-jdbc
Jaime Casanova wrote:
> On 11/25/05, Oliver Jowett <oliver@opencloud.com> wrote:
>
>>Jaime Casanova wrote:
>>
>>>are there any plans to get embedded SQL (SQLJ) to work with the jdbc
>>>in postgres?
>>
>>What fails with the current driver?
>>
>
> The driver works fine, AFAIK... but it can use  the SQLJ syntax?

Uh.. from my limited knowledge of SQLJ, isn't it like "embedded SQL" in
the C world? i.e. you have a translator (the equivalent to ecpg) that
takes annotated source with SQLJ syntax and turns it into a regular Java
source file that uses standard JDBC? So the driver itself never sees the
SQLJ syntax..

Sounds like what you are looking for is a SQLJ translator? I don't know
of any plans to write a postgresql-specific translator .. aren't there
generic ones available, since the DB-level interface (JDBC) is standardized?

-O

pgsql-jdbc by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: SQLJ, any plans?
Next
From: Oliver Jowett
Date:
Subject: [Fwd: I found a bug in postgresql8.0.3]