Package org.jdbi.v3.core.statement
Interface SqlLoggable<T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated @FunctionalInterface public interface SqlLoggable<T>Deprecated.this class is not for end-user use and should not be in the public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Tinvoke()Deprecated.
-
-
-
Method Detail
-
invoke
T invoke() throws java.sql.SQLException
Deprecated.- Throws:
java.sql.SQLException
-
-