Class SQLPrimaryKeyImpl

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLConstraint, SQLPrimaryKey, SQLTableConstraint, SQLTableElement, SQLUniqueConstraint
Direct Known Subclasses:
OraclePrimaryKey

public class SQLPrimaryKeyImpl extends SQLUnique implements SQLPrimaryKey, SQLTableConstraint
  • Field Details

    • disableNovalidate

      protected boolean disableNovalidate
    • clustered

      protected boolean clustered
  • Constructor Details

    • SQLPrimaryKeyImpl

      public SQLPrimaryKeyImpl()
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLUnique
    • clone

      public SQLPrimaryKeyImpl clone()
      Specified by:
      clone in interface SQLObject
      Specified by:
      clone in interface SQLTableElement
      Overrides:
      clone in class SQLUnique
    • cloneTo

      public void cloneTo(SQLPrimaryKeyImpl x)
    • isDisableNovalidate

      public boolean isDisableNovalidate()
    • setDisableNovalidate

      public void setDisableNovalidate(boolean disableNovalidate)
    • isClustered

      public boolean isClustered()
    • setClustered

      public void setClustered(boolean clustered)