接口 LobCreationContext

    • 方法详细资料

      • execute

        <T> T execute​(LobCreationContext.Callback<T> callback)
        Execute the given callback, making sure it has access to a viable JDBC Connection.
        类型参数:
        T - The Java type of the type of LOB being created. One of Blob, Clob, NClob
        参数:
        callback - The callback to execute .
        返回:
        The LOB created by the callback.