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 |
|---|---|
void |
cloneTo(SQLConstraint x) |
void |
cloneTo(SQLConstraintImpl x) |
SQLExpr |
getComment() |
String |
getDbType() |
Boolean |
getEnable() |
List<SQLCommentHint> |
getHints() |
SQLName |
getName() |
Boolean |
getRely() |
Boolean |
getValidate() |
void |
setComment(SQLExpr x) |
void |
setDbType(String dbType) |
void |
setEnable(Boolean enable) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setName(SQLName name) |
void |
setName(String name) |
void |
setRely(Boolean rely) |
void |
setValidate(Boolean validate) |
void |
simplify() |
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 List<SQLCommentHint> hints
public void cloneTo(SQLConstraintImpl x)
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 void setName(String name)
public Boolean getEnable()
public void setEnable(Boolean enable)
public void cloneTo(SQLConstraint x)
public Boolean getValidate()
public void setValidate(Boolean validate)
public Boolean getRely()
public void setRely(Boolean rely)
public String getDbType()
public void setDbType(String dbType)
public SQLExpr getComment()
getComment in interface SQLConstraintpublic void setComment(SQLExpr x)
setComment in interface SQLConstraintpublic void simplify()
simplify in interface SQLConstraintCopyright © 2013–2018 Alibaba Group. All rights reserved.