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 Ref
    Modifier and Type
    Method
    Description
    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.
    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 
    A lightweight interface that is a reference to a blob in a BlobStore.
    interface 
    A reference to a large character object in the database.