Interface SqlFunction2<T1,​T2,​R>

  • Type Parameters:
    T1 - the type of the first argument.
    T2 - the type of the second argument.
    R - the type of the result.
    All Superinterfaces:
    Serializable, SqlFunction, UDF2<T1,​T2,​R>

    public interface SqlFunction2<T1,​T2,​R>
    extends SqlFunction, UDF2<T1,​T2,​R>
    A registrable UDF function with two arguments.