Re: [HACKERS] Regarding GSoc Application - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: [HACKERS] Regarding GSoc Application
Date
Msg-id 4F8508C6.5090305@hogranch.com
Whole thread Raw
In response to Re: [HACKERS] Regarding GSoc Application  ("Atri Sharma" <atri.jiit@gmail.com>)
Responses Re: [HACKERS] Regarding GSoc Application
List pgsql-jdbc
On 04/10/12 8:41 PM, Atri Sharma wrote:
> I agree,the only need of Pl/Java that is apparent here is the need of the
> Java internals(JDK et al).If we set them up independently,then,we can have
> the FDW wrapping JDBC directly through JNI.JNI would call pure Java
> functions to connect to the JDBC.

PL/Java also provides for passing SQL arguments in various data types
to/from your java code.    not usinig pl/java would mean you'd have to
reinvent all those wheels, they exist now in a standard mannner, why not
use them?

as I see it, your proposal could be implemented as a set of pljava
functions callable from SQL that would in turn invoke JDBC to connect to
and fetch data from your foreign database, then return it to the calling
SQL procedure, much as dblink does now for pg to pg database links.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-jdbc by date:

Previous
From: "Atri Sharma"
Date:
Subject: Re: [HACKERS] Regarding GSoc Application
Next
From: "Atri Sharma"
Date:
Subject: Re: [HACKERS] Regarding GSoc Application