Uses of Class
oracle.pgx.config.PreparedQueryArgumentConfigBuilder
-
Packages that use PreparedQueryArgumentConfigBuilder Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PreparedQueryArgumentConfigBuilder in oracle.pgx.config
Methods in oracle.pgx.config that return PreparedQueryArgumentConfigBuilder Modifier and Type Method Description PreparedQueryArgumentConfigBuilder
PreparedQueryArgumentConfigBuilder. clear()
Clears all values from the builderPreparedQueryArgumentConfigBuilder
PreparedQueryArgumentConfigBuilder. putAll(java.util.Map<PreparedQueryArgumentConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.PreparedQueryArgumentConfigBuilder
PreparedQueryArgumentConfigBuilder. putAll(PreparedQueryArgumentConfig config)
Puts all values from the given config into this builderPreparedQueryArgumentConfigBuilder
PreparedQueryArgumentConfigBuilder. setType(QueryArgumentType type)
argument typePreparedQueryArgumentConfigBuilder
PreparedQueryArgumentConfigBuilder. setValue(java.lang.Object value)
valueMethod parameters in oracle.pgx.config with type arguments of type PreparedQueryArgumentConfigBuilder Modifier and Type Method Description static PreparedQueryArgumentConfig
PreparedQueryArgumentConfigBuilder. buildPreparedQueryArgumentConfig(java.util.function.Consumer<PreparedQueryArgumentConfigBuilder> builderSetup)
Builds aPreparedQueryArgumentConfig
in-placeConstructors in oracle.pgx.config with parameters of type PreparedQueryArgumentConfigBuilder Constructor Description PreparedQueryArgumentConfigBuilder(PreparedQueryArgumentConfigBuilder builder)
Constructs a PreparedQueryArgumentConfigBuilder initialized with the values from the given builder
-