Package org.jdbi.v3.core.statement
Interface BaseStatement.StatementCustomizerInvocation
-
- Enclosing class:
- BaseStatement<This>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface static interface BaseStatement.StatementCustomizerInvocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(StatementCustomizer t)
-
-
-
Method Detail
-
call
void call(StatementCustomizer t) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-