Uses of Class
oracle.pgx.config.PreparedQueryConfig
-
Packages that use PreparedQueryConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PreparedQueryConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PreparedQueryConfig Modifier and Type Method Description PreparedQueryConfig
PreparedQueryConfigBuilder. build()
Builds the PreparedQueryConfig with aparentPath
ofnull
.PreparedQueryConfig
PreparedQueryConfigBuilder. build(java.lang.String parentPath)
Builds the PreparedQueryConfig.static PreparedQueryConfig
PreparedQueryConfigBuilder. buildPreparedQueryConfig(java.util.function.Consumer<PreparedQueryConfigBuilder> builderSetup)
Builds aPreparedQueryConfig
in-placestatic PreparedQueryConfig
PreparedQueryConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static PreparedQueryConfig
PreparedQueryConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static PreparedQueryConfig
PreparedQueryConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type PreparedQueryConfig Modifier and Type Method Description java.util.List<PreparedQueryConfig>
PartitionedGraphConfig. getPreparedQueries()
An additional list of prepared queries with arguments, working in the same way as 'queries'.Methods in oracle.pgx.config with parameters of type PreparedQueryConfig Modifier and Type Method Description PreparedQueryConfigBuilder
PreparedQueryConfigBuilder. putAll(PreparedQueryConfig config)
Puts all values from the given config into this builderMethod parameters in oracle.pgx.config with type arguments of type PreparedQueryConfig Modifier and Type Method Description PartitionedGraphConfigBuilder
PartitionedGraphConfigBuilder. setPreparedQueries(java.util.List<PreparedQueryConfig> preparedQueries)
Constructors in oracle.pgx.config with parameters of type PreparedQueryConfig Constructor Description PreparedQueryConfigBuilder(PreparedQueryConfig config)
Constructs a PreparedQueryConfigBuilder initialized with the values from the given config
-