| Class | Description |
|---|---|
| BlobImpl |
Implementation of Blob to access Blob's independently of the underlying
database
|
| ClobImpl |
Implementation of Clob to access Clob's independently of the underlying
database
|
| ConnectedStream |
Implementation of Stream for database streams that are connected
to the stream in the database
|
| DisconnectedStream |
Implementation of Stream for database streams that are not connected
to the stream in the database.
|
| LobCache |
LobCache is local way to store data for a Blob, Clob and ConnectedStream
|
| LobHelper |
Helper method to create Clob, Blob and Streams either on
the basis of the objects supplied or for creating new Objects
|