|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseConstraint | |
|---|---|
| org.axiondb.constraints | Constraint implementations. |
| Uses of BaseConstraint in org.axiondb.constraints |
|---|
| Subclasses of BaseConstraint in org.axiondb.constraints | |
|---|---|
class |
BaseSelectableBasedConstraint
Abstract base SelectableBasedConstraintimplementation. |
class |
CheckConstraint
A CHECK constraint, which is violated whenever the given conditionis violated. |
class |
ForeignKeyConstraint
A FOREIGN KEY constraint |
class |
NotNullConstraint
A NOT NULL constraint, which is violated whenever one or more of the specified Selectables is null. |
class |
NullConstraint
A NULL constraint, which is never violated but may be created and dropped. |
class |
PrimaryKeyConstraint
A PRIMARY KEY constraint, which is violated whenever any of my Selectables are
null or my collection of Selectables is not
unique. |
class |
UniqueConstraint
A UNIQUE constraint, which is violated when my collection of Selectables is
not unique within my table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||