Uses of Class
com.mckoi.database.BlobStore.AbstractRef
-
Packages that use BlobStore.AbstractRef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of BlobStore.AbstractRef in com.mckoi.database
Subclasses of BlobStore.AbstractRef in com.mckoi.database Modifier and Type Class Description private classBlobStore.BlobRefImplAn implementation of BlobRef used to represent a blob reference inside this blob store.private classBlobStore.ClobRefImplAn implementation of ClobRef used to represent a reference to a large character object inside this blob store.Methods in com.mckoi.database with parameters of type BlobStore.AbstractRef Modifier and Type Method Description (package private) voidBlobStore. completeBlob(BlobStore.AbstractRef ref)Call this to complete a blob in the store after a blob has been completely written.
-