public class SQLAlterTableAddConstraint extends SQLObjectImpl implements SQLAlterTableItem
| 构造器和说明 |
|---|
SQLAlterTableAddConstraint() |
SQLAlterTableAddConstraint(SQLConstraint constraint) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLConstraint |
getConstraint() |
boolean |
isWithNoCheck() |
void |
setConstraint(SQLConstraint constraint) |
void |
setWithNoCheck(boolean withNoCheck) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLAlterTableAddConstraint()
public SQLAlterTableAddConstraint(SQLConstraint constraint)
public SQLConstraint getConstraint()
public void setConstraint(SQLConstraint constraint)
public boolean isWithNoCheck()
public void setWithNoCheck(boolean withNoCheck)
Copyright © 2013-2016 Alibaba Group. All Rights Reserved.