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

All Implemented Interfaces:
    Clob

A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB.
Constructor:
 public ClobImpl(String string) 
 public ClobImpl(Reader reader,
    int length) 
Method from org.hibernate.lob.ClobImpl Summary:
getAsciiStream,   getCharacterStream,   getSubString,   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.ClobImpl Detail:
 public InputStream getAsciiStream() throws SQLException 
 public Reader getCharacterStream() throws SQLException 
 public String getSubString(long pos,
    int len) throws SQLException 
 public long length() throws SQLException 
 public long position(String string,
    long pos) throws SQLException 
 public long position(Clob colb,
    long pos) throws SQLException 
 public OutputStream setAsciiStream(long pos) throws SQLException 
 public Writer setCharacterStream(long pos) throws SQLException 
 public int setString(long pos,
    String string) throws SQLException 
 public int setString(long pos,
    String string,
    int i,
    int j) throws SQLException 
 public  void truncate(long pos) throws SQLException