Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » lob » [javadoc | source]
org.hibernate.lob
public class: SerializableClob [javadoc | source]
java.lang.Object
   org.hibernate.lob.SerializableClob

All Implemented Interfaces:
    Clob, Serializable

Constructor:
 public SerializableClob(Clob blob) 
Method from org.hibernate.lob.SerializableClob Summary:
getAsciiStream,   getCharacterStream,   getSubString,   getWrappedClob,   length,   position,   position,   setAsciiStream,   setCharacterStream,   setString,   setString,   truncate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.lob.SerializableClob Detail:
 public InputStream getAsciiStream() throws SQLException 
 public Reader getCharacterStream() throws SQLException 
 public String getSubString(long pos,
    int length) throws SQLException 
 public Clob getWrappedClob() 
 public long length() throws SQLException 
 public long position(String searchstr,
    long start) throws SQLException 
 public long position(Clob searchstr,
    long start) throws SQLException 
 public OutputStream setAsciiStream(long pos) throws SQLException 
 public Writer setCharacterStream(long pos) throws SQLException 
 public int setString(long pos,
    String str) throws SQLException 
 public int setString(long pos,
    String str,
    int offset,
    int len) throws SQLException 
 public  void truncate(long len) throws SQLException