public class SQLCheck extends SQLConstraintImpl implements SQLTableElement, SQLTableConstraint
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
comment, dbType, enable, hints, name, rely, validateattributes, parent| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCheck |
clone() |
void |
cloneTo(SQLCheck x) |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr x) |
cloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplifyaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr expr
public SQLCheck()
public SQLCheck(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr x)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void cloneTo(SQLCheck x)
public SQLCheck clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableElementclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.