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 © 2001-2022 Red Hat, Inc. All Rights Reserved.