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 UdfLanguage
AbstractUdfFunctionConfig. getLanguage()
UdfLanguage
UdfFunctionConfig. getLanguage()
language the function is implemented instatic UdfLanguage
UdfLanguage. parseUdfLanguage(java.lang.String input)
static UdfLanguage
UdfLanguage. 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 UdfFunctionConfigBuilder
UdfFunctionConfigBuilder. setLanguage(UdfLanguage language)
language the function is implemented in
-