CHECK CONSTRAINTS

From InterBase

Go Up to System Views


CHECK_CONSTRAINTS identifies all CHECK constraints defined in the database.

CHECK_CONSTRAINTS
Column name Data type Length Description

CONSTRAINT_NAME

CHAR

67

Unique name for the CHECK constraint; nullable

CHECK_CLAUSE

BLOB

Subtype Text: Nullable; original source of the trigger definition, stored in the RDB$TRIGGER_SOURCE COLUMN in RDB$TRIGGERS

Advance To: