Interface FunctionWithException<T,R>
public interface FunctionWithException<T,R>
-
Method Summary
-
Method Details
-
call
Applies this function to the given arguments.- Parameters:
t- the first function argument- Returns:
- the function result
- Throws:
SQLException- a SQL exception
-