I think H2 only supports user defined functions, not classes.  The docs say:

"When referencing a method, the class must already be compiled and included 
in the classpath where the database is running. Only static Java methods 
are supported; both the class and the method must be public"

However, you do not have any static methods, that will be something to look 
into. Also, the ALIAS is to the method, not the class.

On Tuesday, September 27, 2016 at 1:28:27 PM UTC-4, Adam McMahon wrote:
>
> The jar with your user defined class needs to be in your class path,  that 
> seems to be the first place to check

-- 
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
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