|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.axiondb.constraints | |
---|---|
org.axiondb.constraints | Constraint implementations. |
org.axiondb.engine.commands | AxionCommand 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 SelectableBasedConstraint implementation. |
|
UniqueConstraint
A UNIQUE constraint, which is violated when my collection of Selectable s is
not unique within my table. |
Classes in org.axiondb.constraints used by org.axiondb.engine.commands | |
---|---|
ForeignKeyConstraint
A FOREIGN KEY constraint |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |