Package oracle.pgx.config
Class AbstractUdfFunctionConfig
java.lang.Object
oracle.pgx.config.AbstractConfig
oracle.pgx.config.AbstractUdfFunctionConfig
- Direct Known Subclasses:
UdfFunctionConfig
-
Field Summary
Fields inherited from class oracle.pgx.config.AbstractConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<UdfFunctionArgumentConfig>abstract Stringabstract Stringabstract UdfLanguageabstract PropertyTypeabstract Stringsource code of the function provided inlineabstract Stringabstract Stringsource code of the function provided as an unified resource identifierMethods inherited from class oracle.pgx.config.AbstractConfig
getDefault, getValueFromEnvironment, getValueFromEnvironment, getValues, parseString, setSerializable
-
Constructor Details
-
AbstractUdfFunctionConfig
public AbstractUdfFunctionConfig()
-
-
Method Details
-
getFunctionName
-
getLanguage
-
getSourceLocation
source code of the function provided as an unified resource identifier -
getSourceCode
source code of the function provided inline -
getImplementationReference
-
getSourceFunctionName
-
getReturnType
-
getArguments
-