Uses of Interface
org.jdbi.v3.core.statement.StatementBuilderFactory
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of StatementBuilderFactory in org.jdbi.v3.core
Modifier and TypeMethodDescriptionJdbi.getStatementBuilderFactory()
Returns the currentStatementBuilderFactory
.Modifier and TypeMethodDescriptionJdbi.setStatementBuilderFactory
(StatementBuilderFactory factory) Allows customization of how prepared statements are created. -
Uses of StatementBuilderFactory in org.jdbi.v3.core.statement
Modifier and TypeFieldDescriptionstatic final StatementBuilderFactory
DefaultStatementBuilder.FACTORY