Package io.ultreia.java4all.util.sql
Interface SqlSupplier<O>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SqlSupplier<O>
- Since:
- 1.1.4
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oget()
-
-
-
Method Detail
-
get
O get() throws SQLException
- Throws:
SQLException
-
-