public interface HandleConsumer
DBI.useHandle(HandleConsumer)| Modifier and Type | Method and Description |
|---|---|
void |
useHandle(Handle handle)
Will be invoked with an open Handle.
|
void useHandle(Handle handle) throws Exception
CallbackFailedExceptionhandle - Handle to be used only within scope of this callbackException - will result in a CallbackFailedException wrapping
the exception being thrownCopyright © 2018. All rights reserved.