Interface DbSupport.FunctionSQL<T,R>

Type Parameters:
T -
R -
Enclosing interface:
DbSupport

public static interface DbSupport.FunctionSQL<T,R>
Like Function, but only has apply method that throws SQLException.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
    Run the function.