public class SQLCheck extends SQLConstraintImpl implements SQLTableElement, SQLTableConstraint, SQLReplaceable
hints| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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, waitgetComment, 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)
public void cloneTo(SQLCheck x)
public SQLCheck clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablereplace in class SQLConstraintImplpublic Boolean getEnforced()
public void setEnforced(Boolean enforced)
Copyright © 2013–2022 Alibaba Group. All rights reserved.