public class SQLColumnCheck extends SQLConstraintImpl implements SQLColumnConstraint
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
comment, dbType, enable, hints, name, rely, validateattributes, parent| 构造器和说明 |
|---|
SQLColumnCheck() |
SQLColumnCheck(SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLColumnCheck |
clone() |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr expr) |
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 SQLColumnCheck()
public SQLColumnCheck(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLColumnCheck clone()
clone 在接口中 SQLObjectclone 在接口中 SQLColumnConstraintclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.