public class SQLCheck extends SQLConstraintImpl implements SQLTableElement, SQLTableConstraint, SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCheck |
clone() |
void |
cloneTo(SQLCheck x) |
Boolean |
getEnforced() |
SQLExpr |
getExpr() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setEnforced(Boolean enforced) |
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablereplace 在类中 SQLConstraintImplpublic Boolean getEnforced()
public void setEnforced(Boolean enforced)
Copyright © 2013–2023. All rights reserved.