Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
org.skife.jdbi.v2.sqlobject.mixins | |
org.skife.jdbi.v2.tweak |
Interfaces used to alter JDBI's behavior
|
Modifier and Type | Method and Description |
---|---|
<ReturnType> |
IDBI.withHandle(HandleCallback<ReturnType> callback)
A convenience function which manages the lifecycle of a handle and yields it to a callback
for use by clients.
|
<ReturnType> |
DBI.withHandle(HandleCallback<ReturnType> callback)
A convenience function which manages the lifecycle of a handle and yields it to a callback
for use by clients.
|
Modifier and Type | Method and Description |
---|---|
<ReturnType> |
GetHandle.withHandle(HandleCallback<ReturnType> callback)
A convenience function which manages the lifecycle of the handle associated to this sql object,
and yields it to a callback for use by clients.
|
Modifier and Type | Class and Description |
---|---|
class |
VoidHandleCallback
Abstract
HandleCallback that doesn't return a result. |
Copyright © 2018. All rights reserved.