wt.pds.oracle81
Class DBMSLobHandler81

java.lang.Object
  extended bywt.pds.AbstractLobHandler
      extended bywt.pds.ChunkLobHandler
          extended bywt.pds.DBMSLobHandler
              extended bywt.pds.oracle81.DBMSLobHandler81
All Implemented Interfaces:
LobHandler

public class DBMSLobHandler81
extends DBMSLobHandler



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static boolean CLOSE_LOB_WRITE
           
private static String PDS_RESOURCE
           
private static String RESOURCE
           
 
Fields inherited from class wt.pds.AbstractLobHandler
DEBUG
 
Constructor Summary
DBMSLobHandler81()
           
 
Method Summary
protected  void write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
 
Methods inherited from class wt.pds.DBMSLobHandler
getLob, getLobLength, read, setLobLength
 
Methods inherited from class wt.pds.ChunkLobHandler
setLob, setLob, setObjectAsLob
 
Methods inherited from class wt.pds.AbstractLobHandler
findLocator, getBlob, getLobAsByteArray, getLobAsObject, setBlob, streamAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

PDS_RESOURCE

private static final String PDS_RESOURCE

CLOSE_LOB_WRITE

private static boolean CLOSE_LOB_WRITE
Constructor Detail

DBMSLobHandler81

public DBMSLobHandler81()
Method Detail

write

protected void write(WTConnection a_connection,
                     Object a_blob,
                     long a_blobOffset,
                     InputStream a_inputStream,
                     long a_length)
              throws WTIOException
Writes the data to the specified LOB.

Supported API: false

Overrides:
write in class DBMSLobHandler
Parameters:
a_connection - Connection to the database.
a_blob - Blob object reference to the data
a_blobOffset - Offset into the Blob data to begin writing
a_inputStream - Offset into the buffer data to begin writing from
a_length - Number of bytes to write
Throws:
WTIOException