Package org.helidb.lang

Basic support classes.

See:
          Description

Class Summary
Record<K,V> This object represents a database record, i.e.
 

Exception Summary
DatabaseException Base class for exceptions thrown by the database methods.
KeyExistsException This exception is thrown by methods if the key that was supposed to not exist did.
KeyNotFoundException This exception is thrown when a key that was supposed to exist did not.
 

Package org.helidb.lang Description

Basic support classes.

Author:
Karl Gustafsson