public class SQLAlterTableDropConstraint extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableDropConstraint() |
| Modifier and Type | Method and Description |
|---|---|
SQLName |
getConstraintName() |
boolean |
isCascade() |
boolean |
isRestrict() |
void |
setCascade(boolean cascade) |
void |
setConstraintName(SQLName constraintName) |
void |
setRestrict(boolean restrict) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic boolean isCascade()
public void setCascade(boolean cascade)
public boolean isRestrict()
public void setRestrict(boolean restrict)
public SQLName getConstraintName()
public void setConstraintName(SQLName constraintName)
Copyright © 2013–2020 Alibaba Group. All rights reserved.