Previous Table of Contents Next


6.3.23 UniqueConstraint


   A condition to define uniqueness of rows in a table. An example of UniqueConstraint is a primary key.

   Superclasses

   UniqueKey

   Attributes

   deferrability

Indicates if the validity of the UniqueConstraint is to be tested at each statement or at the end of a transaction.

type:

multiplicity:

DeferrabilityType ( initiallyDeferred | initiallyImmediate | notDeferrable )
exactly one