public static interface LobCreationContext.Callback<T>
Connection
.Modifier and Type | Method and Description |
---|---|
T |
executeOnConnection(java.sql.Connection connection)
Perform whatever actions are necessary using the provided JDBC
Connection . |
T executeOnConnection(java.sql.Connection connection) throws java.sql.SQLException
Connection
.connection
- The JDBC Connection
.java.sql.SQLException
- Indicates trouble accessing the JDBC driver to create the LOBCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.