Uses of Interface
com.mckoi.database.global.Ref
Packages that use Ref
Package
Description
The core database classes for Mckoi.
This package includes database constants such as
Types.
-
Uses of Ref in com.mckoi.database
Methods in com.mckoi.database that return RefModifier and TypeMethodDescriptionDatabaseConnection.createNewLargeObject
(byte type, long object_size) Allocates a new large object in the Blob store of this conglomerate of the given type and size.BlobStoreInterface.getLargeObject
(long reference_id) Given a large object reference identifier, generates a Ref implementation that provides access to the information in the large object. -
Uses of Ref in com.mckoi.database.global
Subinterfaces of Ref in com.mckoi.database.global