Constructor and Description |
---|
FiberClob(Clob clob,
ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long pos,
long length) |
String |
getSubString(long pos,
int length) |
int |
hashCode() |
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) |
String |
toString() |
void |
truncate(long len) |
public FiberClob(Clob clob, ExecutorService executor)
@Suspendable public long length() throws SQLException
length
in interface Clob
SQLException
@Suspendable public String getSubString(long pos, int length) throws SQLException
getSubString
in interface Clob
SQLException
@Suspendable public Reader getCharacterStream() throws SQLException
getCharacterStream
in interface Clob
SQLException
@Suspendable public InputStream getAsciiStream() throws SQLException
getAsciiStream
in interface Clob
SQLException
@Suspendable public long position(String searchstr, long start) throws SQLException
position
in interface Clob
SQLException
@Suspendable public long position(Clob searchstr, long start) throws SQLException
position
in interface Clob
SQLException
@Suspendable public int setString(long pos, String str) throws SQLException
setString
in interface Clob
SQLException
@Suspendable public int setString(long pos, String str, int offset, int len) throws SQLException
setString
in interface Clob
SQLException
@Suspendable public OutputStream setAsciiStream(long pos) throws SQLException
setAsciiStream
in interface Clob
SQLException
@Suspendable public Writer setCharacterStream(long pos) throws SQLException
setCharacterStream
in interface Clob
SQLException
@Suspendable public void truncate(long len) throws SQLException
truncate
in interface Clob
SQLException
@Suspendable public void free() throws SQLException
free
in interface Clob
SQLException
@Suspendable public Reader getCharacterStream(long pos, long length) throws SQLException
getCharacterStream
in interface Clob
SQLException