| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LobCreationContext
Provides callback access into the context in which the LOB is to be created.
| Nested Class Summary | |
|---|---|
| static interface | LobCreationContext.Callback<T>The callback contract for making use of the JDBC Connection. | 
| Method Summary | ||
|---|---|---|
| 
 | execute(LobCreationContext.Callback<T> callback)Execute the given callback, making sure it has access to a viable JDBC Connection. | |
| Method Detail | 
|---|
<T> T execute(LobCreationContext.Callback<T> callback)
Connection.
callback - The callback to execute .
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||