|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| Argument | Represents an argument to a prepared statement. |
| ConnectionFactory | Interface which abstracts away how JDBC Connections are obtained |
| HandleCallback<T> | Callback for use with DBI.withHandle(HandleCallback) |
| NamedArgumentFinder | Returns an Argument based on a name. |
| 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 | Used t beforeExecution a prepared statement. |
| 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 Summary | |
|---|---|
| BaseStatementCustomizer | Convenience class which provides no-op stubs of the StatementCustomizer methods |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||