T - the type of the supplied data@FunctionalInterface public interface SqlSupplier<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
T get() throws SQLException
SQLException - generally rethrown as UncheckedSqlExceptionCopyright © 2019. All rights reserved.