Uses of Interface
org.jdbi.v3.core.statement.StatementBuilder
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 StatementBuilder in org.jdbi.v3.core
Modifier and TypeMethodDescriptionHandle.getStatementBuilder()
Returns the currentStatementBuilder
which is used to create new JDBCStatement
objects.Modifier and TypeMethodDescriptionHandle.setStatementBuilder
(StatementBuilder builder) Set the statement builder for this handle. -
Uses of StatementBuilder in org.jdbi.v3.core.statement
Modifier and TypeClassDescriptionclass
A StatementBuilder which will always create a new PreparedStatement.Modifier and TypeMethodDescriptionStatementBuilderFactory.createStatementBuilder
(Connection conn) Creates a newStatementBuilder
from aConnection
object.