Uses of Package
org.axiondb.constraints

Packages that use org.axiondb.constraints
org.axiondb.constraints Constraint implementations. 
org.axiondb.parser SQL parser interface and implementation classes. 
 

Classes in org.axiondb.constraints used by org.axiondb.constraints
BaseConstraint
          Abstract base Constraint implementation.
BaseSelectableBasedConstraint
          Abstract base SelectableBasedConstraintimplementation.
UniqueConstraint
          A UNIQUE constraint, which is violated when my collection of Selectables is not unique within my table.
 

Classes in org.axiondb.constraints used by org.axiondb.parser
CheckConstraint
          A CHECK constraint, which is violated whenever the given condition is violated.
ForeignKeyConstraint
          A FOREIGN KEY constraint