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) |
String |
getDbType() |
Boolean |
getEnable() |
List<SQLCommentHint> |
getHints() |
SQLName |
getName() |
Boolean |
getRely() |
Boolean |
getValidate() |
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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public List<SQLCommentHint> hints
public void cloneTo(SQLConstraintImpl x)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLName getName()
getName
in interface SQLConstraint
public void setName(SQLName name)
setName
in interface SQLConstraint
public 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 void simplify()
simplify
in interface SQLConstraint
Copyright © 2013–2017 Alibaba Group. All rights reserved.