Class PgConstraintExclude

All Implemented Interfaces:
IHashable, IConstraint, ISearchPath, ISimpleColumnContainer, IStatement, PgIndexParamContainer

public final class PgConstraintExclude extends PgConstraint implements PgIndexParamContainer, ISimpleColumnContainer
PostgreSQL EXCLUDE constraint implementation. EXCLUDE constraints ensure that if any two rows are compared on specified columns using specified operators, not all comparisons will return TRUE.
  • Constructor Details

    • PgConstraintExclude

      public PgConstraintExclude(String name)
      Creates a new PostgreSQL EXCLUDE constraint.
      Parameters:
      name - constraint name
  • Method Details