Serializable, Clobpublic class ClientClob extends Object implements Clob, Serializable
| Constructor | Description |
|---|---|
ClientClob(String data) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
free() |
|
InputStream |
getAsciiStream() |
|
Reader |
getCharacterStream() |
|
Reader |
getCharacterStream(long pos,
long length) |
|
String |
getSubString(long start,
int length) |
|
long |
length() |
|
long |
position(String pattern,
long start) |
|
long |
position(Clob pattern,
long start) |
|
OutputStream |
setAsciiStream(long pos) |
|
Writer |
setCharacterStream(long pos) |
|
int |
setString(long pos,
String str) |
|
int |
setString(long pos,
String str,
int offest,
int len) |
|
void |
truncate(long len) |
public ClientClob(String data)
public InputStream getAsciiStream()
getAsciiStream in interface Clobpublic Reader getCharacterStream()
getCharacterStream in interface Clobpublic Reader getCharacterStream(long pos, long length)
getCharacterStream in interface Clobpublic String getSubString(long start, int length)
getSubString in interface Clobpublic int setString(long pos,
String str,
int offest,
int len)
public OutputStream setAsciiStream(long pos)
setAsciiStream in interface Clobpublic Writer setCharacterStream(long pos)
setCharacterStream in interface ClobCopyright © 2024. All rights reserved.