| Modifier and Type | Method and Description |
|---|---|
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long l,
long l1) |
String |
getSubString(long l,
int i) |
long |
length() |
long |
position(Clob clob,
long l) |
long |
position(String s,
long l) |
OutputStream |
setAsciiStream(long l) |
Writer |
setCharacterStream(long l) |
int |
setString(long l,
String s) |
int |
setString(long l,
String s,
int i,
int i1) |
void |
truncate(long l) |
public MockClob(String value)
public String getSubString(long l, int i)
getSubString in interface Clobpublic Reader getCharacterStream()
getCharacterStream in interface Clobpublic InputStream getAsciiStream()
getAsciiStream in interface Clobpublic int setString(long l,
String s,
int i,
int i1)
public OutputStream setAsciiStream(long l)
setAsciiStream in interface Clobpublic Writer setCharacterStream(long l)
setCharacterStream in interface Clobpublic Reader getCharacterStream(long l, long l1)
getCharacterStream in interface ClobCopyright © 2005–2025. All rights reserved.