Re: MySQL Gets Functions in Java - Enlightenment Please - Mailing list pgsql-general

From Jason Godden
Subject Re: MySQL Gets Functions in Java - Enlightenment Please
Date
Msg-id 200312210041.04251.jasongodden@optushome.com.au
Whole thread Raw
In response to Re: MySQL Gets Functions in Java - Enlightenment Please  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
List pgsql-general
On Sun, 21 Dec 2003 12:05 am, Shridhar Daithankar wrote:
> Does it mean mysql got stored procedures? Wow..
>
> I would like to see details but since I don't know much details about
> either mysql or java, I can not describe it.
>
> Can anybody give a summary as in how much it takes mysql as far as stored
> procedures go? That would be great..
>
>  Shridhar

Apparently it's literally a 0.1 release, much of it doesn't work and even tho
a mysql guy is involved its actually a seperate project on sourceforge.  You
can use it to effect sub selects and all that jazz but it's not like they've
created some sort of framework for stored procedures.

Essentially they've taken the fact that yes you can extend mysql by writing C
or C++ level functions and creating a custom built server so why not make a
litte generic interface that to do the same thing with java where you dont
need to go thro the rebuild process each time.

Rgds,

Jason


pgsql-general by date:

Previous
From: Kris Jurka
Date:
Subject: Re: BLOBS : how to remove them totally
Next
From: Kris Jurka
Date:
Subject: Re: MySQL Gets Functions in Java - Enlightenment Please