Interface IConstraintPk

All Superinterfaces:
IConstraint, ISearchPath, IStatement, ISubElement
All Known Implementing Classes:
MetaConstraint, MsConstraintPk, PgConstraintPk

public interface IConstraintPk extends IConstraint
Interface for primary key constraints. Extends the basic constraint interface with primary key specific functionality including clustering information.
  • Method Details

    • isClustered

      boolean isClustered()
      Checks if this primary key constraint is clustered.
      Returns:
      true if the primary key is clustered