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, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLAlterTableAddConstraint()
public SQLAlterTableAddConstraint(SQLConstraint constraint)
public SQLConstraint getConstraint()
public void setConstraint(SQLConstraint constraint)
public boolean isWithNoCheck()
public void setWithNoCheck(boolean withNoCheck)
Copyright © 2013–2017 Alibaba Group. All rights reserved.