Uses of Class
org.h2.schema.FunctionAlias.JavaMethod
Packages that use FunctionAlias.JavaMethod
Package
Description
Functions.
Table value functions.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of FunctionAlias.JavaMethod in org.h2.expression.function
Fields in org.h2.expression.function declared as FunctionAlias.JavaMethod -
Uses of FunctionAlias.JavaMethod in org.h2.expression.function.table
Fields in org.h2.expression.function.table declared as FunctionAlias.JavaMethodModifier and TypeFieldDescriptionprivate final FunctionAlias.JavaMethod
JavaTableFunction.javaMethod
-
Uses of FunctionAlias.JavaMethod in org.h2.schema
Fields in org.h2.schema declared as FunctionAlias.JavaMethodMethods 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 TypeMethodDescriptionint
FunctionAlias.JavaMethod.compareTo
(FunctionAlias.JavaMethod m)