ok, 

the class name look more reasonable.

how about an Interface "org.h2.(api or ext).FunctionRegistry" like this:

public interface FunctionRegistry 
{
public boolean register(ClassLoader cl, Session sess, Schema sch, boolean 
vendorPrefixed);
}

so a class could register their functions on its own and the engine could 
request that the registered functions be prefixed by a vendor tag (eg. 
MYSQL_, POSTGRES_, etc)

i also have in the queue stubs for all mysql 5.6 functions not implemented 
by h2.

how about that ?

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/3xrFSDCo4WgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to