| 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  | BlobProvides access to BLOBs, which are Binary Large OBjects. | 
| interface  | ClobProvides access to CLOBs, which are Character Large OBjects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBlobAbstractBlob implements a small set of common Blob methods. | 
| class  | AbstractClobAbstractClob implements a small set of common Clob methods. | 
| class  | BlobClobA Clob implementation which is backed by a Blob. | 
| class  | ByteArrayBlobImplementation of a Blob which is backed by a growable in-memory byte array. | 
| class  | CharArrayClobImplementation of a Clob which is backed by a growable in-memory character
 array. | 
| class  | FileBlobImplementation of a Blob which is backed by a File. | 
| class  | StringClobImplementation 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.