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 UdfFunctionConfig
UdfFunctionConfigBuilder. build()
Builds the UdfFunctionConfig with aparentPath
ofnull
.UdfFunctionConfig
UdfFunctionConfigBuilder. build(java.lang.String parentPath)
Builds the UdfFunctionConfig.static UdfFunctionConfig
UdfFunctionConfigBuilder. buildUdfFunctionConfig(java.util.function.Consumer<UdfFunctionConfigBuilder> builderSetup)
Builds aUdfFunctionConfig
in-placestatic UdfFunctionConfig
UdfFunctionConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static UdfFunctionConfig
UdfFunctionConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static UdfFunctionConfig
UdfFunctionConfig. 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 UdfFunctionConfigBuilder
UdfFunctionConfigBuilder. 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
-