| Package | Description | 
|---|---|
| com.amazon.carbonado.adapter | Contains annotations and implementations for supporting property adapters. | 
| com.amazon.carbonado.lob | Support for LOB property types, which are Large OBjects. | 
| com.amazon.carbonado.raw | Provides support for repositories that encode/decode storables in a raw
 binary format. | 
| com.amazon.carbonado.repo.jdbc | Repository implementation that connects to an external SQL database via
 JDBC. | 
| com.amazon.carbonado.spi | Service Provider Interface for Carbonado. | 
| Modifier and Type | Method and Description | 
|---|---|
| Clob | TextAdapter.Adapter. adaptToClob(java.lang.String text) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | TextAdapter.Adapter. adaptToString(Clob clob) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractClobAbstractClob implements a small set of common Clob methods. | 
| class  | BlobClobA Clob implementation which is backed by a Blob. | 
| class  | CharArrayClobImplementation of a Clob which is backed by a growable in-memory character
 array. | 
| class  | StringClobImplementation of a Clob which is backed by a read-only String. | 
| Modifier and Type | Method and Description | 
|---|---|
| Clob | RawSupport. getClob(S storable,
       java.lang.String name,
       long locator)Returns the Clob for the given locator, returning null if not found. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | RawSupport. getLocator(Clob clob)Returns the locator for the given Clob, returning zero if null. | 
| Modifier and Type | Method and Description | 
|---|---|
| Clob | JDBCSupport. convertClob(java.sql.Clob clob,
           JDBCClobLoader loader) | 
| Clob | JDBCSupport. setClobValue(java.sql.PreparedStatement ps,
            int column,
            Clob clob) | 
| Modifier and Type | Method and Description | 
|---|---|
| Clob | JDBCSupport. setClobValue(java.sql.PreparedStatement ps,
            int column,
            Clob clob) | 
| void | JDBCSupport. updateClob(Clob oldClob,
          Clob newClob) | 
| Modifier and Type | Method and Description | 
|---|---|
| Clob | LobEngine. createNewClob(int blockSize)Returns a new Clob whose length is zero. | 
| Clob | LobEngine. getClobValue(long locator)Loads a Clob value, without checking if it exists or not. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LobEngine. setClobValue(long locator,
            Clob data)Stores a value into a Clob, replacing anything that was there
 before. | 
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.