com.ibm.as400.access.jdbcClient
Class ClientClob

java.lang.Object
  extended by com.ibm.as400.access.jdbcClient.ClientClob
All Implemented Interfaces:
Serializable, Clob

public class ClientClob
extends Object
implements Clob, Serializable

See Also:
Serialized Form

Constructor Summary
ClientClob(String data)
           
 
Method Summary
 void free()
           
 InputStream getAsciiStream()
           
 Reader getCharacterStream()
           
 Reader getCharacterStream(long pos, long length)
           
 String getSubString(long start, int length)
           
 long length()
           
 long position(Clob pattern, long start)
           
 long position(String pattern, long start)
           
 OutputStream setAsciiStream(long pos)
           
 Writer setCharacterStream(long pos)
           
 int setString(long pos, String str)
           
 int setString(long pos, String str, int offest, int len)
           
 void truncate(long len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientClob

public ClientClob(String data)
Method Detail

getAsciiStream

public InputStream getAsciiStream()

getCharacterStream

public Reader getCharacterStream()

getCharacterStream

public Reader getCharacterStream(long pos,
                                 long length)

position

public long position(String pattern,
                     long start)

position

public long position(Clob pattern,
                     long start)

getSubString

public String getSubString(long start,
                           int length)

length

public long length()

setString

public int setString(long pos,
                     String str)

setString

public int setString(long pos,
                     String str,
                     int offest,
                     int len)

setAsciiStream

public OutputStream setAsciiStream(long pos)

setCharacterStream

public Writer setCharacterStream(long pos)

truncate

public void truncate(long len)

free

public void free()