ssdbms.ssd
Interface PrimitiveValue

All Superinterfaces:
SSDValue
All Known Subinterfaces:
BLOBManager, BLOBValue, CLOBManager, CLOBValue, LOBValue, SimpleValue
All Known Implementing Classes:
ByteSequenceValue, IntegerValue, RealValue, StringValue

public interface PrimitiveValue
extends SSDValue

This interface represents a primitive value of a semistructured datum. Primitive value subdivides in two kinds: Simple values and LOB (Large Object) values, naively simple values are enough small to be managed in memory, LOB values are too large to be easily managed in memory.

Author:
Egar Arturo García Cárdenas
See Also:
SimpleValue, LOBValue, SSDValue

Field Summary
 
Fields inherited from interface ssdbms.ssd.SSDValue
BLOB, BYTE_SEQUENCE, CLOB, INTEGER, NON_PRIMITIVE, REAL, STRING