| Package | Description |
|---|---|
| org.jdbi.v3.core |
Start with
DBI and Handle |
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| Modifier and Type | Method and Description |
|---|---|
StatementBuilder |
Handle.getStatementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Handle |
Handle.setStatementBuilder(StatementBuilder builder)
Specify the statement builder to use for this handle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStatementBuilder
A StatementBuilder which will always create a new PreparedStatement
|
| Modifier and Type | Method and Description |
|---|---|
StatementBuilder |
StatementBuilderFactory.createStatementBuilder(Connection conn) |
StatementBuilder |
DefaultStatementBuilderFactory.createStatementBuilder(Connection conn)
Obtain a StatementBuilder, called when a new handle is opened
|
Copyright © 2017. All rights reserved.