public static interface LobCreationContext.Callback<T>
Connection
.Modifier and Type | Method and Description |
---|---|
T |
executeOnConnection(Connection connection)
Perform whatever actions are necessary using the provided JDBC
Connection . |
T executeOnConnection(Connection connection) throws SQLException
Connection
.connection
- The JDBC Connection
.SQLException
- Indicates trouble accessing the JDBC driver to create the LOBCopyright © 2019 JBoss by Red Hat. All rights reserved.