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
.callback
- The callback to execute .Copyright © 2018 JBoss by Red Hat. All rights reserved.