Package com.caucho.db.store

Class Summary
AutoCommitWriteBlock Represents a write (dirty) block.
BlobInputStream  
BlobOutputStream  
Block Represents a versioned row
BlockManager Manages the block cache
ClobReader  
Inode Represents the indexes for a BLOB or CLOB.
InodeBlobInputStream Directly reading the blob from the inode.
Lock Locking for tables/etc.
RawTransaction Represents a raw-single transaction.
ReadBlock Represents a versioned row
Store The store manages the block-based persistent store file.
StoreTransaction Represents a single transaction.
SwapStore The swap store is a singleton Store to manage buffered data that might need to swap to a backing store.
Transaction Represents a single transaction.
WriteBlock Represents a write (dirty) block.
XAWriteBlock Represents a write (dirty) block.
 

Exception Summary
LockTimeoutException Wraps an exception in a SQLException wrapper.