Uses of Interface
org.springframework.jdbc.support.lob.LobCreator

Packages that use LobCreator
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package.  
org.springframework.jdbc.support.lob Provides a stategy interface for Large OBject handling, with implementations for various databases.  
 

Uses of LobCreator in org.springframework.jdbc.core.support
 

Methods in org.springframework.jdbc.core.support with parameters of type LobCreator
protected abstract  void AbstractLobCreatingPreparedStatementCallback.setValues(java.sql.PreparedStatement ps, LobCreator lobCreator)
          Set values on the given PreparedStatement, using the given LobCreator for BLOB/CLOB arguments.
 

Uses of LobCreator in org.springframework.jdbc.support.lob
 

Classes in org.springframework.jdbc.support.lob that implement LobCreator
protected  class DefaultLobHandler.DefaultLobCreator
           
protected  class OracleLobHandler.OracleLobCreator
          LobCreator implementation for Oracle databases.
 

Methods in org.springframework.jdbc.support.lob that return LobCreator
 LobCreator OracleLobHandler.getLobCreator()
           
 LobCreator LobHandler.getLobCreator()
          Create a new LobCreator instance, i.e. a session for creating BLOBs and CLOBs.
 LobCreator DefaultLobHandler.getLobCreator()
           
 



Copyright (C) 2003-2004 The Spring Framework Project.