Uses of Interface
net.jinx.db.record.Blob

Packages that use Blob
net.jinx.db.record   
 

Uses of Blob in net.jinx.db.record
 

Methods in net.jinx.db.record that return Blob
 Blob RecordManager.getBlob(long recordID)
          Gets an existing Blob.
 Blob RecordManager.newBlob()
          Creates a new empty Blob.