wt.pds.oracle81
Class DBMSLobHandler81
java.lang.Object
wt.pds.AbstractLobHandler
wt.pds.ChunkLobHandler
wt.pds.DBMSLobHandler
wt.pds.oracle81.DBMSLobHandler81
- All Implemented Interfaces:
- LobHandler
- public class DBMSLobHandler81
- extends DBMSLobHandler
Supported API: false
Extendable: false
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DBMSLobHandler81
public DBMSLobHandler81()
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 dataa_blobOffset
- Offset into the Blob data to begin writinga_inputStream
- Offset into the buffer data to begin writing froma_length
- Number of bytes to write
- Throws:
WTIOException