Uses of Class
net.sf.nxqd.NxqdBlobValue

Packages that use NxqdBlobValue
net.sf.nxqd   
 

Uses of NxqdBlobValue in net.sf.nxqd
 

Methods in net.sf.nxqd that return NxqdBlobValue
 NxqdBlobValue NxqdContainer.getBlob(String blobId)
          The getBlob method retrieves the specified blob from the database.
 

Methods in net.sf.nxqd with parameters of type NxqdBlobValue
 void NxqdContainer.putBlob(String blobId, NxqdBlobValue blob)
          The putBlob method stores the specified blob object as a binary resources in the database under the specified id.
 



Copyright © 2005-2006 nxqd. All Rights Reserved.