close
public void close()
throws IOException
getAsciiStream
public InputStream getAsciiStream()
getCharacterStream
public Reader getCharacterStream()
getReaderLength
public static int getReaderLength(Reader value)
throws SQLException
getSubString
public String getSubString(long pos,
int length)
throws SQLException
length
public long length()
mark
public void mark(int readLimit)
throws IOException
markSupported
public boolean markSupported()
position
public long position(Clob pattern,
long start)
Not supported.
position
public long position(String pattern,
long start)
In this method is not supported by ClobValue
read
public int read()
throws IOException
read
public int read(char[] b)
throws IOException
read
public int read(char[] b,
int off,
int len)
throws IOException
ready
public boolean ready()
throws IOException
reset
public void reset()
throws IOException
setAsciiStream
public OutputStream setAsciiStream(long pos)
In this method is not supported by ClobValue
setCharacterStream
public Writer setCharacterStream(long pos)
In this method is not supported by ClobValue
setString
public int setString(long pos,
String str)
In this method is not supported by ClobValue
setString
public int setString(long pos,
String str,
int offset,
int len)
In this method is not supported by ClobValue
skip
public long skip(long nBytes)
throws IOException
truncate
public void truncate(long len)
In this method is not supported by ClobValue