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 PreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. clear()Clears all values from the builderPreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. putAll(java.util.Map<PreparedQueryArgumentConfig.Field,java.lang.Object> values)Puts all values from the given map into this builder.PreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. putAll(PreparedQueryArgumentConfig config)Puts all values from the given config into this builderPreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. setType(QueryArgumentType type)argument typePreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. setValue(java.lang.Object value)valueMethod parameters in oracle.pgx.config with type arguments of type PreparedQueryArgumentConfigBuilder Modifier and Type Method Description static PreparedQueryArgumentConfigPreparedQueryArgumentConfigBuilder. buildPreparedQueryArgumentConfig(java.util.function.Consumer<PreparedQueryArgumentConfigBuilder> builderSetup)Builds aPreparedQueryArgumentConfigin-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
-