SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.1 Messages Manual663849-001
3-77
SQL 1612
Cause. You attempted to create a column list and the referential actions of a
referential integrity constraint, which matches the column list and referential action of
another referential integrity constraint in the table.
Effect. The operation fails.
Recovery. None.
SQL 1613
Cause. You attempted to create a column list of referential integrity constraint, which
matches the column list of another referential integrity constraint in the table. However,
the referential action differs for these two constraints.
Effect. The operation fails.
Recovery. None.
SQL 1614
Cause. You attempted to create a referential integrity constraint with a referencing
column that is a part of the clustering key of the referencing table.
Effect. The operation fails.
Recovery. None.
SQL 1615
Where $0~String0 is the type of constraint, NOT NULL or primary key.
Where $1~String1 is the referential action.
1612 Constraint $0~constraintName could not be created as it
is a duplicate of $1~constraintName.
1613 Constraint $0~constraintName could not be created as it
conflicts with $1~constraintName.
1614 Constraint $0~constraintName could not be created as
referencing column $1~columnName is part of clustering key of
table $2~tableName.
1615 $0~String0 cannot be created, since it conflicts with
$1~String1 referential action of the referential constraint
$2~ConstraintName.