Uses of Class
oracle.pgx.config.UdfLanguage
-
Packages that use UdfLanguage Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of UdfLanguage in oracle.pgx.config
Methods in oracle.pgx.config that return UdfLanguage Modifier and Type Method Description abstract UdfLanguageAbstractUdfFunctionConfig. getLanguage()UdfLanguageUdfFunctionConfig. getLanguage()language the function is implemented instatic UdfLanguageUdfLanguage. parseUdfLanguage(java.lang.String input)static UdfLanguageUdfLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UdfLanguage[]UdfLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type UdfLanguage Modifier and Type Method Description UdfFunctionConfigBuilderUdfFunctionConfigBuilder. setLanguage(UdfLanguage language)language the function is implemented in
-