Interface LobCreationContext

    • Method Detail

      • execute

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