T - the type of the input to the operation@FunctionalInterface public interface SqlConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
void accept(T t) throws SQLException
t - the input argumentSQLException - generally rethrown as UncheckedSqlExceptionCopyright © 2019. All rights reserved.