Uses of Class
wt.pds.ChunkLobHandler

Packages that use ChunkLobHandler
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pds.oracle81   
 

Uses of ChunkLobHandler in wt.pds
 

Subclasses of ChunkLobHandler in wt.pds
 class DBMSLobHandler
          This abstract class provides common basic Lob handling operations in terms of low level DBMS_LOB package access APIs.
 

Fields in wt.pds declared as ChunkLobHandler
private  ChunkLobHandler LobOutputStream.lobHandler
           
 

Constructors in wt.pds with parameters of type ChunkLobHandler
LobOutputStream(ChunkLobHandler a_lobHandler, WTConnection a_connection, Object a_blob, int a_bufSize)
           
 

Uses of ChunkLobHandler in wt.pds.oracle81
 

Subclasses of ChunkLobHandler in wt.pds.oracle81
 class DBMSLobHandler81
          

Supported API: false

Extendable: false
 class StandardLobHandler81
          This concrete class provides standard Lob handling implementation for Oracle 8.1 using JDBC.