Uses of Class
org.h2.mode.FunctionsOracle
-
Packages that use FunctionsOracle Package Description org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of FunctionsOracle in org.h2.mode
Methods in org.h2.mode that return FunctionsOracle Modifier and Type Method Description static FunctionsOracle
FunctionsOracle. getFunction(java.lang.String upperName)
Returns mode-specific function for a given name, ornull
.
-