Uses of Class
oracle.pgx.config.PreparedQueryArgumentConfig
-
Packages that use PreparedQueryArgumentConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PreparedQueryArgumentConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PreparedQueryArgumentConfig Modifier and Type Method Description PreparedQueryArgumentConfig
PreparedQueryArgumentConfigBuilder. build()
Builds the PreparedQueryArgumentConfig with aparentPath
ofnull
.PreparedQueryArgumentConfig
PreparedQueryArgumentConfigBuilder. build(java.lang.String parentPath)
Builds the PreparedQueryArgumentConfig.static PreparedQueryArgumentConfig
PreparedQueryArgumentConfigBuilder. buildPreparedQueryArgumentConfig(java.util.function.Consumer<PreparedQueryArgumentConfigBuilder> builderSetup)
Builds aPreparedQueryArgumentConfig
in-placestatic PreparedQueryArgumentConfig
PreparedQueryArgumentConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static PreparedQueryArgumentConfig
PreparedQueryArgumentConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static PreparedQueryArgumentConfig
PreparedQueryArgumentConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type PreparedQueryArgumentConfig Modifier and Type Method Description java.util.List<PreparedQueryArgumentConfig>
PreparedQueryConfig. getArguments()
arguments for the queryMethods in oracle.pgx.config with parameters of type PreparedQueryArgumentConfig Modifier and Type Method Description PreparedQueryArgumentConfigBuilder
PreparedQueryArgumentConfigBuilder. putAll(PreparedQueryArgumentConfig config)
Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type PreparedQueryArgumentConfig Constructor Description PreparedQueryArgumentConfigBuilder(PreparedQueryArgumentConfig config)
Constructs a PreparedQueryArgumentConfigBuilder initialized with the values from the given config
-