public class SQLColumnCheck extends SQLConstraintImpl implements SQLColumnConstraint, SQLReplaceable
hints| Constructor and Description |
|---|
SQLColumnCheck() |
SQLColumnCheck(SQLExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnCheck |
clone() |
Boolean |
getEnforced() |
SQLExpr |
getExpr() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setEnforced(Boolean enforced) |
void |
setExpr(SQLExpr expr) |
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 SQLColumnCheck()
public SQLColumnCheck(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public Boolean getEnforced()
public void setEnforced(Boolean enforced)
public SQLColumnCheck clone()
clone in interface SQLObjectclone in interface SQLColumnConstraintclone in interface SQLTableElementclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablereplace in class SQLConstraintImplCopyright © 2013–2022 Alibaba Group. All rights reserved.