Re: procedure using SQL in apache derby possible?



"tony_se" <tonywinslow1986@xxxxxxxxx> writes:

I've only known that we can create a procedure or function in Apache
Derby only in the language of Java, and I think it is not very
convenient for easy and frequent data query tasks. Can anyone tell me
whether it is possible to use SQL language rather than Java in
defining a procedure or function? Thank you!!!

First of all, you'll probably get an answer to such questions much
quicker if you send them to the derby-user mailing list, see

http://db.apache.org/derby/derby_mail.html

The issue of adding support for SQL/PSM was raised on the derby
development mailing list back in 2005.

http://www.nabble.com/SQL-functions%2C-procedures-and-PSM---a-possible-approach-tf379377.html#a1047689

Seems like many people back then felt that it wasn't worth the extra
work and that Java was better language for stored procedures, for a
number of reasons. That said, maybe that view would change if enough
people like yourself were to ask for it...

--
dt

.



Relevant Pages

  • Re: Portable stored procedures
    ... > JDatastore also uses java as the language for its stored procedures. ... and the database itself is written in java. ...
    (comp.lang.java.databases)
  • Re: Portable stored procedures
    ... JDatastore also uses java as the language for its stored procedures. ... and the database itself is written in java. ...
    (comp.lang.java.databases)
  • procedure using SQL in apache derby possible?
    ... I've only known that we can create a procedure or function in Apache ... Derby only in the language of Java, and I think it is not very ...
    (comp.lang.java.databases)
  • Re: Comparing Lisp conditions to Java Exceptions
    ... All the ISO standards in the world will not make the world ... Nothing keeps you from annotating your program with exceptions based on what ... language should adhere to your theory. ... Curiously, although you don't say it, Java has the opposite problem. ...
    (comp.lang.lisp)
  • Re: C, really portable?
    ... > Wait, is Java a modern language superior to C, or is it still ... It is a much better OO language than C++, ... It depends what you are doing, Java aims for rigorous portability - the same ... regardless of platform. ...
    (comp.lang.c)