Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
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
Query and
Update . |
Modifier and Type | Class and Description |
---|---|
class |
Call
Used for invoking stored procedures.
|
class |
PreparedBatch
Represents a prepared batch statement.
|
class |
PreparedBatchPart
Represents a single statement in a prepared batch
|
class |
Query<ResultType>
Statement providing convenience result handling for SQL queries.
|
class |
Update
Used 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.