站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

OracleLobHandler.LobCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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(Object lob)
          Populate the given BLOB or CLOB instance with content.
 

Method Detail

populateLob

void populateLob(Object lob)
                 throws Exception
Populate the given BLOB or CLOB instance with content.

Throws:
Exception - any exception including InvocationTargetException

The Spring Framework

Copyright © 2002-2007 The Spring Framework.