Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.database.global |
This package includes database constants such as
Types.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Interface and 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.
|
Copyright © 2015. All rights reserved.