Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer

Package
Description
The sqlobject.customizer package provides annotations that customize the execution of a statement.
The sqlobject.statement annotations declare the type of statement that a SqlObject method should create, such as a @SqlQuery to return rows or a @SqlUpdate to modify rows and return the modification count.