Class SQLColumnDefinition.Identity

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLColumnDefinition.Identity
All Implemented Interfaces:
SQLObject
Enclosing class:
SQLColumnDefinition

public static class SQLColumnDefinition.Identity extends SQLObjectImpl
  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • getSeed

      public Integer getSeed()
    • setSeed

      public void setSeed(Integer seed)
    • getIncrement

      public Integer getIncrement()
    • setIncrement

      public void setIncrement(Integer increment)
    • isCycle

      public boolean isCycle()
    • setCycle

      public void setCycle(boolean cycle)
    • getMinValue

      public Integer getMinValue()
    • setMinValue

      public void setMinValue(Integer minValue)
    • getMaxValue

      public Integer getMaxValue()
    • setMaxValue

      public void setMaxValue(Integer maxValue)
    • isNotForReplication

      public boolean isNotForReplication()
    • setNotForReplication

      public void setNotForReplication(boolean notForReplication)
    • accept0

      public void accept0(SQLASTVisitor visitor)
      Specified by:
      accept0 in class SQLObjectImpl
    • clone

      Specified by:
      clone in interface SQLObject
      Overrides:
      clone in class SQLObjectImpl