| 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 |
|---|---|
StatementBuilderFactory |
Jdbi.getStatementBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
Jdbi |
Jdbi.setStatementBuilderFactory(StatementBuilderFactory factory)
Allows customization of how prepared statements are created.
|
| Modifier and Type | Field and Description |
|---|---|
static StatementBuilderFactory |
DefaultStatementBuilder.FACTORY |
Copyright © 2017. All rights reserved.