| 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 |
|---|---|
static class |
StatementCustomizers.FetchDirectionStatementCustomizer
Sets the fetch direction on a query.
|
static class |
StatementCustomizers.FetchSizeCustomizer |
static class |
StatementCustomizers.MaxFieldSizeCustomizer |
static class |
StatementCustomizers.MaxRowsCustomizer |
static class |
StatementCustomizers.QueryTimeoutCustomizer |
| Modifier and Type | Field and Description |
|---|---|
static StatementCustomizer |
StatementCustomizers.MAX_ROW_ONE
Hint to the statement, that we want only a single row.
|
| Modifier and Type | Method and Description |
|---|---|
SelfType |
SQLStatement.addStatementCustomizer(StatementCustomizer customizer)
Provides a means for custom statement modification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStatementCustomizer
Convenience class which provides no-op stubs of the StatementCustomizer methods
|
Copyright © 2018. All rights reserved.