org.springframework.jdbc.support.lob
Interface OracleLobHandler.LobCallback
- Enclosing class:
- OracleLobHandler
protected static interface OracleLobHandler.LobCallback
Internal callback interface for use with createLob.
Method Summary |
void |
populateLob(java.lang.Object lob)
Populate the given BLOB or CLOB instance with content. |
populateLob
void populateLob(java.lang.Object lob)
throws java.lang.Exception
- Populate the given BLOB or CLOB instance with content.
- Throws:
java.lang.Exception
- any exception including InvocationTargetException