Interface SqlFunction5<T1,​T2,​T3,​T4,​T5,​R>

  • Type Parameters:
    T1 - the type of the first argument.
    T2 - the type of the second argument.
    T3 - the type of the third argument.
    T4 - the type of the fourth argument.
    T5 - the type of the fifith argument.
    R - the type of the result.
    All Superinterfaces:
    Serializable, SqlFunction, UDF5<T1,​T2,​T3,​T4,​T5,​R>

    public interface SqlFunction5<T1,​T2,​T3,​T4,​T5,​R>
    extends SqlFunction, UDF5<T1,​T2,​T3,​T4,​T5,​R>
    A registrable UDF function with three arguments.