Does H2 database support SQL user defined function (which is say 50 lines 
of code etc..) without converting such function in java method?
 



On Thursday, April 7, 2011 at 11:31:54 PM UTC+5:30, Alex Feng wrote:
>
> Does H2 allow you to create user defined functions within the 
> database? 
>
> I want to do something like this: 
>
> insert into table1 values ('key1',to_date('MM/DD/YYYY','10/10/2011'); 
>
> instead of changing all my code to replace the "to_date" function, I 
> want to write something in H2 
> that does the same thing as the Oracle to_date.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to