Uses of Class
org.h2.schema.FunctionAlias.JavaMethod
Packages that use FunctionAlias.JavaMethod
Package
Description
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of FunctionAlias.JavaMethod in org.h2.schema
Classes in org.h2.schema that implement interfaces with type arguments of type FunctionAlias.JavaMethodModifier and TypeClassDescriptionstatic classThere may be multiple Java methods that match a function name.Methods in org.h2.schema that return FunctionAlias.JavaMethodModifier and TypeMethodDescriptionFunctionAlias.findJavaMethod(Expression[] args) Find the Java method that matches the arguments.FunctionAlias.getJavaMethods()Get the Java methods mapped by this function.Methods in org.h2.schema with parameters of type FunctionAlias.JavaMethodModifier and TypeMethodDescriptionintFunctionAlias.JavaMethod.compareTo(FunctionAlias.JavaMethod m)