Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
org.skife.jdbi.v2.tweak |
Interfaces used to alter JDBI's behavior
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStatementBuilder
A StatementBuilder which will always create a new PreparedStatement
|
Modifier and Type | Method and Description |
---|---|
StatementBuilder |
DefaultStatementBuilderFactory.createStatementBuilder(Connection conn)
Obtain a StatementBuilder, called when a new handle is opened
|
StatementBuilder |
CachingStatementBuilderFactory.createStatementBuilder(Connection conn)
Deprecated.
Return a new, or cached, prepared statement
|
protected StatementBuilder |
SQLStatement.getStatementBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
Handle.setStatementBuilder(StatementBuilder builder)
Specify the statement builder to use for this handle
|
Constructor and Description |
---|
CachingStatementBuilder(StatementBuilder builder)
Deprecated.
Create a new CachingStatementBuilder which decorates the one passed in.
|
Modifier and Type | Method and Description |
---|---|
StatementBuilder |
StatementBuilderFactory.createStatementBuilder(Connection conn)
Obtain a StatementBuilder, called when a new handle is opened
|
Copyright © 2018. All rights reserved.