T - The type of the argument.@FunctionalInterface public static interface SQLExecutor.ConsumerWithException<T> extends SQLExecutor.LambdaLogger
Consumer, but with the capability to throw an Exception.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
void accept(T t) throws java.sql.SQLException
t - The input argument.java.sql.SQLException