Class SQLAlterTableAddConstraint

    • Constructor Detail

      • SQLAlterTableAddConstraint

        public SQLAlterTableAddConstraint()
      • SQLAlterTableAddConstraint

        public SQLAlterTableAddConstraint​(SQLConstraint constraint)
    • Method Detail

      • 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)