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 |
|---|---|
java.lang.Object |
execute(LobCreationContext.Callback callback)
Execute the given callback, making sure it has access to a viable JDBC
Connection. |
java.lang.Object execute(LobCreationContext.Callback callback)
Connection.callback - The callback to execute .Copyright © 2013. All Rights Reserved.