public interface DatabaseOperable<T,R>
T - the type of the input to the function R - the type of the result of the function
| Modifier and Type | Method and Description | 
|---|---|
| R | apply(T input)Applies this function to the given argument. | 
R apply(T input) throws RaConnectException, java.sql.SQLException
input - inputRaConnectException - RaConnectExceptionjava.sql.SQLException - SQLException