Package com.bonevich.erj.model

The package containing the main ERJ executable class, as well as global constants.

See:
          Description

Interface Summary
AttributeType An interface that defines a specific type definition for an attribute - either a primitive data type or a domain.
KeyVisitor  
ModelElementVisitor  
 

Class Summary
Attribute A class that represents an attribute of a relation (i.e.
AttributeConstraint A class that represents ...
DataType A class that represents ...
DefaultValue A class that represents ...
Domain A class that represents ...
ForeignKey A class that represents ...
ForeignKey.Cardinality  
KeyConstraint A class that represents ...
ModelElement A class that represents an element in a Relational Data Model, such as a schema, relation, attribute, or key.
ModelElementTraverser Utility class for traversing the tree of ModelElements and performing some function on each node visited.
PrimaryKey A class that represents ...
Relation A class that represents ...
Schema A class that represents a SQL schema, which is composed of relations and domains.
UniqueKey A class that represents ...
 

Package com.bonevich.erj.model Description

The package containing the main ERJ executable class, as well as global constants.



Copyright © 2001-2003 bonevich.com. All Rights Reserved.