public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint
| Modifier and Type | Field and Description |
|---|---|
List<SQLCommentHint> |
hints |
| Constructor and Description |
|---|
SQLConstraintImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnable() |
List<SQLCommentHint> |
getHints() |
SQLName |
getName() |
void |
setEnable(Boolean enable) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setName(SQLName name) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic List<SQLCommentHint> hints
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLName getName()
getName in interface SQLConstraintpublic void setName(SQLName name)
setName in interface SQLConstraintpublic Boolean getEnable()
public void setEnable(Boolean enable)
Copyright © 2013–2017 Alibaba Group. All rights reserved.