ConstraintViolationExceptionMessage

Entries

Link copied to clipboard

A duplicate value was provided for a unique column or set of columns.

Link copied to clipboard

A value was provided that does not exist in the referenced table.

Link copied to clipboard

A null value was provided for a column that is marked as NOT NULL.

Link copied to clipboard

A value was provided that does not satisfy the CHECK constraint expression.

Link copied to clipboard

General data integrity error (e.g., exclusion constraint or invalid data format).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.