Uses of Class
oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
Packages that use UdfFunctionArgumentConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of UdfFunctionArgumentConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return UdfFunctionArgumentConfig.Field Modifier and Type Method Description static UdfFunctionArgumentConfig.Field[]
UdfFunctionArgumentConfig. getConfigFields()
static UdfFunctionArgumentConfig.Field
UdfFunctionArgumentConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UdfFunctionArgumentConfig.Field[]
UdfFunctionArgumentConfig.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config that return types with arguments of type UdfFunctionArgumentConfig.Field Modifier and Type Method Description java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object>
UdfFunctionArgumentConfig. getValues()
Gets the parsed values.java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object>
UdfFunctionArgumentConfigBuilder. getValues()
java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object>
UdfFunctionArgumentConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type UdfFunctionArgumentConfig.Field Modifier and Type Method Description boolean
UdfFunctionArgumentConfig. hasDefaultValue(UdfFunctionArgumentConfig.Field field)
Checks for default value.Method parameters in oracle.pgx.config with type arguments of type UdfFunctionArgumentConfig.Field Modifier and Type Method Description UdfFunctionArgumentConfigBuilder
UdfFunctionArgumentConfigBuilder. putAll(java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.Constructor parameters in oracle.pgx.config with type arguments of type UdfFunctionArgumentConfig.Field Constructor Description UdfFunctionArgumentConfigBuilder(java.util.Map<UdfFunctionArgumentConfig.Field,java.lang.Object> values)
Constructs a UdfFunctionArgumentConfigBuilder initialized with the values from the given map
-