public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLExpr |
comment |
protected String |
dbType |
protected Boolean |
enable |
List<SQLCommentHint> |
hints |
protected SQLName |
name |
protected Boolean |
rely |
protected Boolean |
validate |
attributes, parent| 构造器和说明 |
|---|
SQLConstraintImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected String dbType
protected SQLName name
protected Boolean enable
protected Boolean validate
protected Boolean rely
protected SQLExpr comment
public List<SQLCommentHint> hints
public void cloneTo(SQLConstraintImpl x)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLName getName()
getName 在接口中 SQLConstraintpublic void setName(SQLName name)
setName 在接口中 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 在接口中 SQLConstraintpublic void setComment(SQLExpr x)
setComment 在接口中 SQLConstraintpublic void simplify()
simplify 在接口中 SQLConstraintCopyright © 2013–2019 Alibaba Group. All rights reserved.