| Modifier and Type | Field and Description |
|---|---|
protected ClientFinalizer |
finalizer |
protected long |
length |
protected int |
lobId |
protected ClientService |
service |
protected boolean |
streamedInput |
protected long |
streamOffset |
| Modifier and Type | Method and Description |
|---|---|
protected long |
checkOffset(long offset,
long length) |
protected void |
clear() |
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long pos,
long length) |
protected long |
getLength() |
protected HostConnection |
getLobSource(boolean throwOnFailure,
String op) |
String |
getSubString(long pos,
int length) |
long |
length() |
long |
position(Clob searchstr,
long start) |
long |
position(String searchstr,
long start) |
OutputStream |
setAsciiStream(long pos) |
Writer |
setCharacterStream(long pos) |
int |
setString(long pos,
String str) |
int |
setString(long pos,
String str,
int offset,
int len) |
protected long |
streamLength(boolean forceMaterialize) |
void |
truncate(long len) |
protected final ClientService service
protected final int lobId
protected ClientFinalizer finalizer
protected boolean streamedInput
protected long streamOffset
protected long length
protected long streamLength(boolean forceMaterialize)
throws SQLException
SQLExceptionprotected void clear()
public String getSubString(long pos, int length) throws SQLException
getSubString in interface ClobSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface ClobSQLExceptionpublic Reader getCharacterStream(long pos, long length) throws SQLException
getCharacterStream in interface ClobSQLExceptionpublic InputStream getAsciiStream() throws SQLException
getAsciiStream in interface ClobSQLExceptionpublic long position(String searchstr, long start) throws SQLException
position in interface ClobSQLExceptionpublic long position(Clob searchstr, long start) throws SQLException
position in interface ClobSQLExceptionpublic int setString(long pos,
String str)
throws SQLException
setString in interface ClobSQLExceptionpublic int setString(long pos,
String str,
int offset,
int len)
throws SQLException
setString in interface ClobSQLExceptionpublic OutputStream setAsciiStream(long pos) throws SQLException
setAsciiStream in interface ClobSQLExceptionpublic Writer setCharacterStream(long pos) throws SQLException
setCharacterStream in interface ClobSQLExceptionprotected final HostConnection getLobSource(boolean throwOnFailure, String op) throws SQLException
SQLExceptionprotected long getLength()
throws SQLException
SQLExceptionpublic final long length()
throws SQLException
SQLExceptionprotected long checkOffset(long offset,
long length)
throws SQLException
SQLExceptionpublic void truncate(long len)
throws SQLException
SQLExceptionpublic final void free()
throws SQLException
SQLExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.