org.hibernate.lob
Class SerializableClob
java.lang.Object
org.hibernate.lob.SerializableClob
- Clob, Serializable
public class SerializableClob
extends java.lang.Object
implements Serializable, Clob
SerializableClob
public SerializableClob(Clob blob)
getAsciiStream
public InputStream getAsciiStream()
throws SQLException
getCharacterStream
public Reader getCharacterStream()
throws SQLException
getSubString
public String getSubString(long pos,
int length)
throws SQLException
getWrappedClob
public Clob getWrappedClob()
length
public long length()
throws SQLException
position
public long position(Clob searchstr,
long start)
throws SQLException
position
public long position(String searchstr,
long start)
throws SQLException
setAsciiStream
public OutputStream setAsciiStream(long pos)
throws SQLException
setCharacterStream
public Writer setCharacterStream(long pos)
throws SQLException
setString
public int setString(long pos,
String str)
throws SQLException
setString
public int setString(long pos,
String str,
int offset,
int len)
throws SQLException
truncate
public void truncate(long len)
throws SQLException