public static interface LobCreationContext.Callback
Connection.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
executeOnConnection(java.sql.Connection connection)
Perform whatever actions are necessary using the provided JDBC
Connection. |
java.lang.Object executeOnConnection(java.sql.Connection connection)
throws java.sql.SQLException
Connection.connection - The JDBC Connection.java.sql.SQLExceptionCopyright © 2013. All Rights Reserved.