Class AbstractUdfFunctionConfig

java.lang.Object
oracle.pgx.config.AbstractConfig
oracle.pgx.config.AbstractUdfFunctionConfig
Direct Known Subclasses:
UdfFunctionConfig

public abstract class AbstractUdfFunctionConfig extends AbstractConfig
  • Constructor Details

    • AbstractUdfFunctionConfig

      public AbstractUdfFunctionConfig()
  • Method Details

    • getFunctionName

      public abstract String getFunctionName()
    • getLanguage

      public abstract UdfLanguage getLanguage()
    • getSourceLocation

      public abstract String getSourceLocation()
      source code of the function provided as an unified resource identifier
    • getSourceCode

      public abstract String getSourceCode()
      source code of the function provided inline
    • getImplementationReference

      public abstract String getImplementationReference()
    • getSourceFunctionName

      public abstract String getSourceFunctionName()
    • getReturnType

      public abstract PropertyType getReturnType()
    • getArguments

      public abstract List<UdfFunctionArgumentConfig> getArguments()