ssdbms.ssd
Interface LOBValue
- All Superinterfaces:
- PrimitiveValue, SSDValue
- All Known Subinterfaces:
- BLOBManager, BLOBValue, CLOBManager, CLOBValue
- public interface LOBValue
- extends PrimitiveValue
A LOBValue
is an special case of PrimitiveValue
,
designed to manage very large objects that can not be stored or easily manipulated in memory.
Very database manager sstems use LOB (Large Object) values to storage large objects like:
Images, music, large texts, etc. In semistructured databases is the same idea.
- Author:
- Egar Arturo García Cárdenas
- See Also:
BLOBValue
,
CLOBValue
,
PrimitiveValue