接口 LobCreationContext.Callback<T>
-
- 封闭接口:
- LobCreationContext
public static interface LobCreationContext.Callback<T>The callback contract for making use of the JDBCConnection.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 TexecuteOnConnection(Connection connection)Perform whatever actions are necessary using the provided JDBCConnection.
-
-
-
方法详细资料
-
executeOnConnection
T executeOnConnection(Connection connection) throws SQLException
Perform whatever actions are necessary using the provided JDBCConnection.- 参数:
connection- The JDBCConnection.- 返回:
- The created LOB.
- 抛出:
SQLException- Indicates trouble accessing the JDBC driver to create the LOB
-
-