Uses of Class
net.sourceforge.jtds.util.BlobBuffer
-
Packages that use BlobBuffer Package Description net.sourceforge.jtds.jdbc -
-
Uses of BlobBuffer in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as BlobBuffer Modifier and Type Field Description private BlobBufferBlobImpl. blobBufferThe underlyingBlobBuffer.private BlobBufferClobImpl. blobBufferThe underlyingBlobBuffer.Methods in net.sourceforge.jtds.jdbc that return BlobBuffer Modifier and Type Method Description (package private) BlobBufferClobImpl. getBlobBuffer()Obtain this object's backingBlobBufferobject.
-