protected static interface

OracleLobHandler.LobCallback

org.springframework.jdbc.support.lob.OracleLobHandler.LobCallback

Class Overview

Internal callback interface for use with createLob.

Summary

Public Methods
abstract void populateLob(Object lob)
Populate the given BLOB or CLOB instance with content.

Public Methods

public abstract void populateLob (Object lob)

Populate the given BLOB or CLOB instance with content.

Throws
Exception any exception including InvocationTargetException