Uses of Class
org.h2.engine.FunctionAlias.JavaMethod

Packages that use FunctionAlias.JavaMethod
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
 

Uses of FunctionAlias.JavaMethod in org.h2.engine
 

Methods in org.h2.engine that return FunctionAlias.JavaMethod
 FunctionAlias.JavaMethod FunctionAlias.findJavaMethod(Expression[] args)
          Find the Java method that matches the arguments.
 FunctionAlias.JavaMethod[] FunctionAlias.getJavaMethods()
          Get the Java methods mapped by this function.
 

Methods in org.h2.engine with parameters of type FunctionAlias.JavaMethod
 int FunctionAlias.JavaMethod.compareTo(FunctionAlias.JavaMethod m)