public interface LobCreationContext
Connection for use in JDBC 4 environments.| Modifier and Type | Interface and Description |
|---|---|
static interface |
LobCreationContext.Callback
The callback contract for making use of the JDBC
Connection. |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(LobCreationContext.Callback callback)
Execute the given callback, making sure it has access to a viable JDBC
Connection. |
Object execute(LobCreationContext.Callback callback)
Connection.callback - The callback to execute .Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved