Uses of Class
org.h2.schema.FunctionAlias.JavaMethod
-
Packages that use FunctionAlias.JavaMethod Package Description org.h2.expression.function Functions.org.h2.expression.function.table Table value functions.org.h2.schema 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 Modifier and Type Field Description private FunctionAlias.JavaMethod
JavaFunction. javaMethod
-
Uses of FunctionAlias.JavaMethod in org.h2.expression.function.table
Fields in org.h2.expression.function.table declared as FunctionAlias.JavaMethod Modifier and Type Field Description private FunctionAlias.JavaMethod
JavaTableFunction. javaMethod
-
Uses of FunctionAlias.JavaMethod in org.h2.schema
Fields in org.h2.schema declared as FunctionAlias.JavaMethod Modifier and Type Field Description private FunctionAlias.JavaMethod[]
FunctionAlias. javaMethods
Methods in org.h2.schema that return FunctionAlias.JavaMethod Modifier and Type Method Description 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.schema with parameters of type FunctionAlias.JavaMethod Modifier and Type Method Description int
FunctionAlias.JavaMethod. compareTo(FunctionAlias.JavaMethod m)
-