public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint, SQLDbTypedObject
| 限定符和类型 | 字段和说明 |
|---|---|
protected DbType |
dbType |
protected Boolean |
enable |
List<SQLCommentHint> |
hints |
protected Boolean |
rely |
protected Boolean |
validate |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLConstraintImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cloneTo(SQLConstraint x) |
void |
cloneTo(SQLConstraintImpl x) |
SQLExpr |
getComment() |
DbType |
getDbType() |
Boolean |
getEnable() |
List<SQLCommentHint> |
getHints() |
SQLName |
getName() |
Boolean |
getRely() |
Boolean |
getValidate() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setComment(SQLExpr x) |
void |
setDbType(DbType 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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected DbType dbType
protected Boolean enable
protected Boolean validate
protected Boolean rely
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 DbType getDbType()
getDbType 在接口中 SQLDbTypedObjectpublic void setDbType(DbType dbType)
public SQLExpr getComment()
getComment 在接口中 SQLConstraintpublic void setComment(SQLExpr x)
setComment 在接口中 SQLConstraintpublic void simplify()
simplify 在接口中 SQLConstraintCopyright © 2013–2023. All rights reserved.