Uses of Interface
com.mckoi.database.global.BlobAccessor
-
Packages that use BlobAccessor Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.global This package includes database constants such as Types. -
-
Uses of BlobAccessor in com.mckoi.database
Classes in com.mckoi.database that implement BlobAccessor 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 with parameters of type BlobAccessor Modifier and Type Method Description (package private) static int
TBinaryType. compareBlobs(BlobAccessor blob1, BlobAccessor blob2)
Utility method for comparing one blob with another.(package private) static ViewDef
ViewDef. deserializeFromBlob(BlobAccessor blob)
Creates an instance of ViewDef from the serialized information stored in the blob. -
Uses of BlobAccessor in com.mckoi.database.global
Subinterfaces of BlobAccessor in com.mckoi.database.global Modifier and Type Interface Description interface
BlobRef
A lightweight interface that is a reference to a blob in a BlobStore.Classes in com.mckoi.database.global that implement BlobAccessor Modifier and Type Class Description class
ByteLongObject
A byte array that can be transferred between the client and server.
-