Uses of Class
oracle.pgx.config.ClientConfig.Field
-
Packages that use ClientConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of ClientConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return ClientConfig.Field Modifier and Type Method Description static ClientConfig.Field[]
ClientConfig. getConfigFields()
static ClientConfig.Field
ClientConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClientConfig.Field[]
ClientConfig.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 ClientConfig.Field Modifier and Type Method Description java.util.Map<ClientConfig.Field,java.lang.Object>
ClientConfig. getValues()
Gets the parsed values.java.util.Map<ClientConfig.Field,java.lang.Object>
ClientConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type ClientConfig.Field Modifier and Type Method Description boolean
ClientConfig. hasDefaultValue(ClientConfig.Field field)
Checks for default value.Method parameters in oracle.pgx.config with type arguments of type ClientConfig.Field Modifier and Type Method Description static ClientConfig
AbstractClientConfig. getInstance(java.util.Map<ClientConfig.Field,java.lang.Object> values)
-