public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint
Constructor and Description |
---|
SQLConstraintImpl() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnable() |
SQLName |
getName() |
void |
setEnable(Boolean enable) |
void |
setName(SQLName name) |
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 SQLName getName()
getName
in interface SQLConstraint
public void setName(SQLName name)
setName
in interface SQLConstraint
public Boolean getEnable()
public void setEnable(Boolean enable)
Copyright © 2013–2017 Alibaba Group. All rights reserved.