Class FunctionDef

  • All Implemented Interfaces:
    IDatabaseObject

    public class FunctionDef
    extends BaseObject
    The definition of a function, whose content is provided by a Supplier function
    • Constructor Detail

      • FunctionDef

        public FunctionDef​(java.lang.String schemaName,
                           java.lang.String procedureName,
                           int version,
                           java.util.function.Supplier<java.lang.String> supplier,
                           int distributeByParamNum)
        Public constructor. Supports distribution of the function by the given parameter number
        Parameters:
        schemaName -
        procedureName -
        version -
        supplier -
        distributeByParamNum -