| Package | Description | 
|---|---|
| org.skife.jdbi.v2 | Start with  DBIandHandle | 
| org.skife.jdbi.v2.tweak | Interfaces used to alter JDBI's behavior | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StatementCustomizers.FetchDirectionStatementCustomizerSets 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_ONEHint 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  | BaseStatementCustomizerConvenience class which provides no-op stubs of the StatementCustomizer methods | 
Copyright © 2018. All rights reserved.