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 PreparedQueryConfigPreparedQueryConfigBuilder. build()Builds the PreparedQueryConfig with aparentPathofnull.PreparedQueryConfigPreparedQueryConfigBuilder. build(java.lang.String parentPath)Builds the PreparedQueryConfig.static PreparedQueryConfigPreparedQueryConfigBuilder. buildPreparedQueryConfig(java.util.function.Consumer<PreparedQueryConfigBuilder> builderSetup)Builds aPreparedQueryConfigin-placestatic PreparedQueryConfigPreparedQueryConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static PreparedQueryConfigPreparedQueryConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static PreparedQueryConfigPreparedQueryConfig. 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 PreparedQueryConfigBuilderPreparedQueryConfigBuilder. 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 PartitionedGraphConfigBuilderPartitionedGraphConfigBuilder. 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
-