Package | Description |
---|---|
com.amazon.carbonado.lob |
Support for LOB property types, which are Large OBjects.
|
com.amazon.carbonado.spi |
Service Provider Interface for Carbonado.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Blob
Provides access to BLOBs, which are Binary Large OBjects.
|
interface |
Clob
Provides access to CLOBs, which are Character Large OBjects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBlob
AbstractBlob implements a small set of common Blob methods.
|
class |
AbstractClob
AbstractClob implements a small set of common Clob methods.
|
class |
BlobClob
A Clob implementation which is backed by a Blob.
|
class |
ByteArrayBlob
Implementation of a Blob which is backed by a growable in-memory byte array.
|
class |
CharArrayClob
Implementation of a Clob which is backed by a growable in-memory character
array.
|
class |
FileBlob
Implementation of a Blob which is backed by a File.
|
class |
StringClob
Implementation of a Clob which is backed by a read-only String.
|
Modifier and Type | Method and Description |
---|---|
void |
LobEngine.deleteLob(Lob lob)
Deletes Lob data, freeing up all space consumed by it.
|
long |
LobEngine.getLocator(Lob lob)
Returns the locator for the given Lob, or zero if null.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.