Re: Stored Procedures Support

From: Holger Hoffstätte (holge..izards.de)
Date: Thu Mar 27 2003 - 06:33:20 EST

  • Next message: Holger Hoffstätte: "Re: Beta Schedule"

    Andrus Adamchik wrote:
    > Last night I finished most of the work planned for Beta related to stored
    > procedure support. This has been tested on Sybase (Sybase stored procedure

    cool!

    > AFAIK, MySQL does not support stored procedures.

    I think that's planned for some future release.

    > How about HSQLDB and PostgreSQL?

    PostgreSQL might be tricky since it supports writing stored procedures in
    several different languages (pl/pgsql, tcl, perl, python, Java via a
    third-party SF project). I'm curently busy and wanted to ask Dirk but he
    already answered.

    HSQLDB might be a quick catch since you can write stored procedures in
    Java simply as a regular class with static methods:
    http://hsqldb.sourceforge.net/web/hsqlFeatures.html#STORED

    One plea..would it be possible to use regular names like
    'ProcedureParameter', 'addCallParameter' etc.? I find these abbreviated
    names very hard to remember, especially since we don't call Attribute
    'Attr' either..I think we can afford the additional characters ;)

    Holger



    This archive was generated by hypermail 2.0.0 : Thu Mar 27 2003 - 06:38:02 EST