Uses of Interface
com.mckoi.database.global.BlobRef
-
Packages that use BlobRef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of BlobRef in com.mckoi.database
Classes in com.mckoi.database that implement BlobRef Modifier and Type Class Description private class
BlobStore.BlobRefImpl
An implementation of BlobRef used to represent a blob reference inside this blob store.Methods in com.mckoi.database that return BlobRef Modifier and Type Method Description (package private) BlobRef
BlobStore. putByteLongObjectInBlobStore(ByteLongObject blob)
Convenience method that converts the given ByteLongObject into a BlobRef object and pushes it into the given BlobStore object.
-