public class OracleCheck extends SQLCheck implements OracleConstraint, OracleSQLObject
OracleConstraint.Initiallyhints| Constructor and Description |
|---|
OracleCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleCheck |
clone() |
void |
cloneTo(OracleCheck x) |
Boolean |
getDeferrable() |
SQLName |
getExceptionsInto() |
OracleConstraint.Initially |
getInitially() |
OracleUsingIndexClause |
getUsing() |
void |
setDeferrable(Boolean deferrable) |
void |
setExceptionsInto(SQLName exceptionsInto) |
void |
setInitially(OracleConstraint.Initially initially) |
void |
setUsing(OracleUsingIndexClause using) |
cloneTo, getEnforced, getExpr, replace, setEnforced, setExprcloneTo, 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, waitgetEnable, getValidate, setEnable, setValidategetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic Boolean getDeferrable()
getDeferrable in interface OracleConstraintpublic void setDeferrable(Boolean deferrable)
setDeferrable in interface OracleConstraintpublic OracleConstraint.Initially getInitially()
getInitially in interface OracleConstraintpublic void setInitially(OracleConstraint.Initially initially)
setInitially in interface OracleConstraintpublic SQLName getExceptionsInto()
getExceptionsInto in interface OracleConstraintpublic void setExceptionsInto(SQLName exceptionsInto)
setExceptionsInto in interface OracleConstraintpublic OracleUsingIndexClause getUsing()
getUsing in interface OracleConstraintpublic void setUsing(OracleUsingIndexClause using)
setUsing in interface OracleConstraintpublic void cloneTo(OracleCheck x)
public OracleCheck clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in interface OracleConstraintclone in class SQLCheckCopyright © 2013–2021 Alibaba Group. All rights reserved.