dbXML API

Package com.dbxml.db.core.data

Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet.

See:
          Description

Interface Summary
ContainerSet The ContainerSet interface is a set interface that allows the developer to iterate over the set of documents being stored by a collection.
RecordSet RecordSet is an interface for iterating over a set of Records.
 

Class Summary
EmptyContainerSet EmptyContainerSet implements an empty ContainerSet.
EmptyRecordSet EmptyRecordSet implements an empty RecordSet.
Key Key extends Value by providing a hash value for the Key.
Record Record is a container for Key/Value pairs.
RecordMetaData RecordMetaData is a container for Record meta data, such as creation and modification times.
Value Value is the primary base class for all data storing objects.
 

Package com.dbxml.db.core.data Description

Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet.


dbXML API

Copyright (c) 2004 The dbXML Group