public class SQLAlterTableAddConstraint extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableAddConstraint() |
SQLAlterTableAddConstraint(SQLConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
SQLConstraint |
getConstraint() |
boolean |
isWithNoCheck() |
void |
setConstraint(SQLConstraint constraint) |
void |
setWithNoCheck(boolean withNoCheck) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, 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–2018 Alibaba Group. All rights reserved.