| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| 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) |
Copyright © 2017. All rights reserved.