|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
org.postgresql.pljava.jdbc.ClobValue
public class ClobValue
Field Summary |
---|
Fields inherited from class java.io.Reader |
---|
lock |
Constructor Summary | |
---|---|
ClobValue(Reader reader,
long nChars)
|
|
ClobValue(String value)
|
Method Summary | |
---|---|
void |
close()
|
InputStream |
getAsciiStream()
|
Reader |
getCharacterStream()
|
static int |
getReaderLength(Reader value)
|
String |
getSubString(long pos,
int length)
|
long |
length()
|
void |
mark(int readLimit)
|
boolean |
markSupported()
|
long |
position(Clob pattern,
long start)
Not supported. |
long |
position(String pattern,
long start)
In this method is not supported by ClobValue |
int |
read()
|
int |
read(char[] b)
|
int |
read(char[] b,
int off,
int len)
|
boolean |
ready()
|
void |
reset()
|
OutputStream |
setAsciiStream(long pos)
In this method is not supported by ClobValue |
Writer |
setCharacterStream(long pos)
In this method is not supported by ClobValue |
int |
setString(long pos,
String str)
In this method is not supported by ClobValue |
int |
setString(long pos,
String str,
int offset,
int len)
In this method is not supported by ClobValue |
long |
skip(long nBytes)
|
void |
truncate(long len)
In this method is not supported by ClobValue |
Methods inherited from class java.io.Reader |
---|
read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClobValue(Reader reader, long nChars)
public ClobValue(String value)
Method Detail |
---|
public static int getReaderLength(Reader value) throws SQLException
SQLException
public void close() throws IOException
close
in interface Closeable
close
in class Reader
IOException
public InputStream getAsciiStream()
getAsciiStream
in interface Clob
public Reader getCharacterStream()
getCharacterStream
in interface Clob
public String getSubString(long pos, int length) throws SQLException
getSubString
in interface Clob
SQLException
public long length()
length
in interface Clob
public void mark(int readLimit) throws IOException
mark
in class Reader
IOException
public boolean markSupported()
markSupported
in class Reader
public long position(Clob pattern, long start)
position
in interface Clob
public long position(String pattern, long start)
ClobValue
position
in interface Clob
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] b) throws IOException
read
in class Reader
IOException
public int read(char[] b, int off, int len) throws IOException
read
in class Reader
IOException
public boolean ready() throws IOException
ready
in class Reader
IOException
public void reset() throws IOException
reset
in class Reader
IOException
public OutputStream setAsciiStream(long pos)
ClobValue
setAsciiStream
in interface Clob
public Writer setCharacterStream(long pos)
ClobValue
setCharacterStream
in interface Clob
public int setString(long pos, String str)
ClobValue
setString
in interface Clob
public int setString(long pos, String str, int offset, int len)
ClobValue
setString
in interface Clob
public long skip(long nBytes) throws IOException
skip
in class Reader
IOException
public void truncate(long len)
ClobValue
truncate
in interface Clob
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |