ssdbms.ssd
Interface SimpleValue

All Superinterfaces:
PrimitiveValue, SSDValue
All Known Implementing Classes:
ByteSequenceValue, IntegerValue, RealValue, StringValue

public interface SimpleValue
extends PrimitiveValue

A SimpleValue is an special case of PrimitiveValue, designed for database managers, naively a simple value is a primitive value that can be stored and easily manipulated in memory. Simple primitive values provides in this API are integers, reals, strings and byte sequences, those are mapped to an equivalen Java data type.

Author:
Egar Arturo García Cárdenas
See Also:
IntegerValue, RealValue, StringValue, ByteSequenceValue, PrimitiveValue

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