Uses of Class
oracle.pgx.config.UdfFunctionConfig
-
Packages that use UdfFunctionConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of UdfFunctionConfig in oracle.pgx.config
Methods in oracle.pgx.config that return UdfFunctionConfig Modifier and Type Method Description UdfFunctionConfigUdfFunctionConfigBuilder. build()Builds the UdfFunctionConfig with aparentPathofnull.UdfFunctionConfigUdfFunctionConfigBuilder. build(java.lang.String parentPath)Builds the UdfFunctionConfig.static UdfFunctionConfigUdfFunctionConfigBuilder. buildUdfFunctionConfig(java.util.function.Consumer<UdfFunctionConfigBuilder> builderSetup)Builds aUdfFunctionConfigin-placestatic UdfFunctionConfigUdfFunctionConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static UdfFunctionConfigUdfFunctionConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static UdfFunctionConfigUdfFunctionConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config that return types with arguments of type UdfFunctionConfig Modifier and Type Method Description java.util.stream.Stream<UdfFunctionConfig>AbstractUdfConfig. getUdfsAsStream()abstract java.util.List<UdfFunctionConfig>AbstractUdfConfig. getUserDefinedFunctions()java.util.List<UdfFunctionConfig>UdfConfig. getUserDefinedFunctions()list of user defined functionsMethods in oracle.pgx.config with parameters of type UdfFunctionConfig Modifier and Type Method Description UdfFunctionConfigBuilderUdfFunctionConfigBuilder. putAll(UdfFunctionConfig config)Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type UdfFunctionConfig Constructor Description UdfFunctionConfigBuilder(UdfFunctionConfig config)Constructs a UdfFunctionConfigBuilder initialized with the values from the given config
-