public interface LobCreationContext
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LobCreationContext.Callback<T>
The callback contract for making use of the JDBC
Connection. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(LobCreationContext.Callback<T> callback)
Execute the given callback, making sure it has access to a viable JDBC
Connection. |
<T> T execute(LobCreationContext.Callback<T> callback)
Connection.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.