类 SQLAlterTableAddConstraint

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLAlterTableAddConstraint
所有已实现的接口:
SQLObject, SQLAlterTableItem

public class SQLAlterTableAddConstraint extends SQLObjectImpl implements SQLAlterTableItem
  • 构造器详细资料

    • SQLAlterTableAddConstraint

      public SQLAlterTableAddConstraint()
    • SQLAlterTableAddConstraint

      public SQLAlterTableAddConstraint(SQLConstraint constraint)
  • 方法详细资料

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      指定者:
      accept0 在类中 SQLObjectImpl
    • getConstraint

      public SQLConstraint getConstraint()
    • setConstraint

      public void setConstraint(SQLConstraint constraint)
    • isWithNoCheck

      public boolean isWithNoCheck()
    • setWithNoCheck

      public void setWithNoCheck(boolean withNoCheck)
    • isNoInherit

      public boolean isNoInherit()
    • setNoInherit

      public void setNoInherit(boolean noInherit)
    • isNotValid

      public boolean isNotValid()
    • setNotValid

      public void setNotValid(boolean notValid)