| Package | Description | 
|---|---|
| org.skife.jdbi.v2 | Start with  DBIandHandle | 
| org.skife.jdbi.v2.sqlobject | SQL Objects | 
| org.skife.jdbi.v2.sqlobject.customizers | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLStatement<SelfType extends SQLStatement<SelfType>>This class provides the common functions between  QueryandUpdate. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallUsed for invoking stored procedures. | 
| class  | PreparedBatchRepresents a prepared batch statement. | 
| class  | PreparedBatchPartRepresents a single statement in a prepared batch | 
| class  | Query<ResultType>Statement providing convenience result handling for SQL queries. | 
| class  | UpdateUsed for INSERT, UPDATE, and DELETE statements | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StatementCustomizers.FetchDirectionStatementCustomizer. apply(SQLStatement q) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SqlStatementCustomizer. apply(SQLStatement q)Invoked to customize the sql statement | 
| void | PositionalBinder. bind(SQLStatement<?> q,
    Annotation bind,
    Object arg) | 
| void | Binder. bind(SQLStatement<?> q,
    AnnotationType bind,
    ArgType arg) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionIsolation.MyCustomizer. apply(SQLStatement q) | 
| void | RegisterContainerMapper.MyCustomizer. apply(SQLStatement q) | 
| void | FetchDirection.FetchDirectionSqlStatementCustomizer. apply(SQLStatement q) | 
Copyright © 2018. All rights reserved.