Package edu.suffolk.litlab.efsp.stdlib
Interface SQLGetter<R>
- Type Parameters:
R- the type returned by this interface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A "Supplier" function type that could throw a SQLException.
Necessary because the built-in Supplier doesn't allow throwing checked exceptions.
- See Also:
-
Method Summary
-
Method Details
-
get
- Throws:
SQLException
-