Class RedshiftColumnKey

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLColumnConstraint, SQLConstraint, SQLTableElement

public class RedshiftColumnKey extends RedshiftColumnConstraint
  • Constructor Details

    • RedshiftColumnKey

      public RedshiftColumnKey()
  • Method Details

    • isDistKey

      public boolean isDistKey()
    • setDistKey

      public void setDistKey(boolean distKey)
    • isSortKey

      public boolean isSortKey()
    • setSortKey

      public void setSortKey(boolean sortKey)
    • accept0

      protected void accept0(SQLASTVisitor v)
      Overrides:
      accept0 in class RedshiftColumnConstraint