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.JavaMethodJavaFunction. 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.JavaMethodJavaTableFunction. 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. javaMethodsMethods in org.h2.schema that return FunctionAlias.JavaMethod Modifier and Type Method Description FunctionAlias.JavaMethodFunctionAlias. 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 intFunctionAlias.JavaMethod. compareTo(FunctionAlias.JavaMethod m)
-