public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint, SQLDbTypedObject
| 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() |
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, 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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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 DbType getDbType()
getDbType in interface SQLDbTypedObjectpublic void setDbType(DbType dbType)
public SQLExpr getComment()
getComment in interface SQLConstraintpublic void setComment(SQLExpr x)
setComment in interface SQLConstraintpublic void simplify()
simplify in interface SQLConstraintCopyright © 2013–2022 Alibaba Group. All rights reserved.