Serializable
, Clob
public 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 Clob
public Reader getCharacterStream()
getCharacterStream
in interface Clob
public Reader getCharacterStream(long pos, long length)
getCharacterStream
in interface Clob
public String getSubString(long start, int length)
getSubString
in interface Clob
public int setString(long pos, String str, int offest, int len)
public OutputStream setAsciiStream(long pos)
setAsciiStream
in interface Clob
public Writer setCharacterStream(long pos)
setCharacterStream
in interface Clob
Copyright © 2025. All rights reserved.