KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > serial > SerialClob

javax.sql.rowset.serial
Class SerialClob

java.lang.Object
  extended by javax.sql.rowset.serial.SerialClob
All Implemented Interfaces:
Serializable, Cloneable, Clob
See Also:
Source Code

public InputStream getAsciiStream()
                           throws SerialException,
                                  SQLException
See Also:
Clob.setAsciiStream(long)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Reader getCharacterStream()
                          throws SerialException
See Also:
Clob.setCharacterStream(long)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getSubString(long pos,
                           int length)
                    throws SerialException
See Also:
Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long length()
            throws SerialException
See Also:
Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long position(String searchStr,
                     long start)
              throws SerialException,
                     SQLException
See Also:
Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long position(Clob searchStr,
                     long start)
              throws SerialException,
                     SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SerialClob(char[] ch)
           throws SerialException,
                  SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SerialClob(Clob clob)
           throws SerialException,
                  SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public OutputStream setAsciiStream(long pos)
                            throws SerialException,
                                   SQLException
See Also:
getAsciiStream(), Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Writer setCharacterStream(long pos)
                          throws SerialException,
                                 SQLException
See Also:
getCharacterStream(), Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int setString(long pos,
                     String str)
              throws SerialException
See Also:
Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int setString(long pos,
                     String str,
                     int offset,
                     int length)
              throws SerialException
See Also:
Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void truncate(long length)
              throws SerialException
See Also:
SQLException, Clob
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags