public class SQLAlterTableAddConstraint extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLConstraint |
constraint |
private boolean |
withNoCheck |
attributes, parent| 构造器和说明 |
|---|
SQLAlterTableAddConstraint() |
SQLAlterTableAddConstraint(SQLConstraint constraint) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLConstraint |
getConstraint() |
boolean |
isWithNoCheck() |
void |
setConstraint(SQLConstraint constraint) |
void |
setWithNoCheck(boolean withNoCheck) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLConstraint constraint
private boolean withNoCheck
public SQLAlterTableAddConstraint()
public SQLAlterTableAddConstraint(SQLConstraint constraint)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLConstraint getConstraint()
public void setConstraint(SQLConstraint constraint)
public boolean isWithNoCheck()
public void setWithNoCheck(boolean withNoCheck)
Copyright © 2013–2019 Alibaba Group. All rights reserved.