Uses of Class
net.sourceforge.jtds.util.BlobBuffer

Packages that use BlobBuffer
net.sourceforge.jtds.jdbc   
net.sourceforge.jtds.util   
 

Uses of BlobBuffer in net.sourceforge.jtds.jdbc
 

Fields in net.sourceforge.jtds.jdbc declared as BlobBuffer
private  BlobBuffer ClobImpl.blobBuffer
          The underlying BlobBuffer.
private  BlobBuffer BlobImpl.blobBuffer
          The underlying BlobBuffer.
 

Methods in net.sourceforge.jtds.jdbc that return BlobBuffer
(package private)  BlobBuffer ClobImpl.getBlobBuffer()
          Obtain this object's backing BlobBuffer object.
 

Uses of BlobBuffer in net.sourceforge.jtds.util
 

Constructors in net.sourceforge.jtds.util with parameters of type BlobBuffer
BlobBuffer.BlobInputStream(long pos)
          Costructs an InputStream object over the BLOB buffer.
BlobBuffer.UnicodeInputStream(long pos)
          Costructs an InputStream object over the BLOB buffer.
BlobBuffer.AsciiInputStream(long pos)
          Costructs an InputStream object over the BLOB buffer.
BlobBuffer.BlobOutputStream(long pos)
          Costructs an OutputStream object over the BLOB buffer.
BlobBuffer.AsciiOutputStream(long pos)
          Costructs an ASCII OutputStream object over the BLOB buffer.
 



Generated on August 22 2007