Uses of Interface
com.mckoi.database.global.Ref
-
Packages that use Ref 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 Ref in com.mckoi.database
Methods in com.mckoi.database that return Ref Modifier and Type Method Description Ref
DatabaseConnection. createNewLargeObject(byte type, long object_size)
Allocates a new large object in the Blob store of this conglomerate of the given type and size.Ref
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 Modifier and Type Interface Description interface
BlobRef
A lightweight interface that is a reference to a blob in a BlobStore.interface
ClobRef
A reference to a large character object in the database.
-