Uses of Interface
com.mckoi.database.BlobStoreInterface
-
Packages that use BlobStoreInterface Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of BlobStoreInterface in com.mckoi.database
Classes in com.mckoi.database that implement BlobStoreInterface Modifier and Type Class Description (package private) classBlobStoreA structure inside an Area that maintains the storage of any number of large binary objects.Fields in com.mckoi.database declared as BlobStoreInterface Modifier and Type Field Description protected BlobStoreInterfaceMasterTableDataSource. blob_store_interfaceAn abstracted reference to a BlobStore for managing blob references and blob data.Constructors in com.mckoi.database with parameters of type BlobStoreInterface Constructor Description MasterTableDataSource(TransactionSystem system, StoreSystem store_system, OpenTransactionList open_transactions, BlobStoreInterface blob_store_interface)Constructs the MasterTableDataSource.V2MasterTableDataSource(TransactionSystem system, StoreSystem store_system, OpenTransactionList open_transactions, BlobStoreInterface blob_store_interface)The Constructor.
-