public class UpdateSensitiveClobLocatorInputStream extends UpdateSensitiveLOBLocatorInputStream
con, currentPos, length| Constructor and Description |
|---|
UpdateSensitiveClobLocatorInputStream(Connection con,
Clob clob)
Creates an instance of the ClobLocatorInputStream
wrapped in a BufferedInputStream and and calls the
super class constructor with appropriate initializers.
|
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
reCreateStream()
Re-creates the underlying Locator stream
with the current position and the length
values if specified.
|
close, read, readavailable, mark, markSupported, read, reset, skippublic UpdateSensitiveClobLocatorInputStream(Connection con, Clob clob) throws SqlException
con - connection to be used to read the
Clob value from the serverclob - Clob object that contains locator for
the Clob value on the server.SqlException - If any exception occurs during stream
creation.protected InputStream reCreateStream() throws SqlException
reCreateStream in class UpdateSensitiveLOBLocatorInputStreamSqlExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.