Interface | Description |
---|---|
Argument |
Represents an argument to a prepared statement.
|
ArgumentFactory<T> | |
ConnectionFactory |
Interface which abstracts away how JDBC Connections are obtained
|
ContainerFactory<T> | |
HandleCallback<T> |
Callback for use with
DBI.withHandle(HandleCallback) |
HandleConsumer |
Callback for use with
DBI.useHandle(HandleConsumer) |
NamedArgumentFinder |
Returns an Argument based on a name.
|
ResultColumnMapper<T> |
Maps result set columns to objects.
|
ResultSetMapper<T> |
Used with a
Query.map(ResultSetMapper) call to specify
what to do with each row of a result set |
RewrittenStatement |
Return value from
StatementRewriter.rewrite(String, org.skife.jdbi.v2.Binding, org.skife.jdbi.v2.StatementContext) calls |
SQLLog |
Interface used to receive sql logging events.
|
SQLLog.BatchLogger |
Instances of this are used to log batch statements.
|
StatementBuilder |
Used to convert translated SQL into a prepared statement.
|
StatementBuilderFactory |
Used to specify how prepared statements are built.
|
StatementCustomizer |
Allows tweaking of statement behaviour.
|
StatementLocator |
Used for finding the actual SQL for named statements..
|
StatementRewriter |
Use to provide arbitrary statement rewriting.
|
TransactionHandler |
Interface which defines callbacks to be used when transaction methods are called on a handle.
|
Class | Description |
---|---|
BaseStatementCustomizer |
Convenience class which provides no-op stubs of the StatementCustomizer methods
|
BeanMapperFactory | |
VoidHandleCallback |
Abstract
HandleCallback that doesn't return a result. |
Copyright © 2018. All rights reserved.