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 PreparedQueryArgumentConfigPreparedQueryArgumentConfigBuilder. build()Builds the PreparedQueryArgumentConfig with aparentPathofnull.PreparedQueryArgumentConfigPreparedQueryArgumentConfigBuilder. build(java.lang.String parentPath)Builds the PreparedQueryArgumentConfig.static PreparedQueryArgumentConfigPreparedQueryArgumentConfigBuilder. buildPreparedQueryArgumentConfig(java.util.function.Consumer<PreparedQueryArgumentConfigBuilder> builderSetup)Builds aPreparedQueryArgumentConfigin-placestatic PreparedQueryArgumentConfigPreparedQueryArgumentConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static PreparedQueryArgumentConfigPreparedQueryArgumentConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static PreparedQueryArgumentConfigPreparedQueryArgumentConfig. 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 PreparedQueryArgumentConfigBuilderPreparedQueryArgumentConfigBuilder. 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
-