public class OracleCheck extends SQLCheck implements OracleConstraint, OracleSQLObject
OracleConstraint.Initially
hints
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, setExpr
cloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplify
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnable, getValidate, setEnable, setValidate
getComment, getName, setComment, setName, simplify
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public Boolean getDeferrable()
getDeferrable
in interface OracleConstraint
public void setDeferrable(Boolean deferrable)
setDeferrable
in interface OracleConstraint
public OracleConstraint.Initially getInitially()
getInitially
in interface OracleConstraint
public void setInitially(OracleConstraint.Initially initially)
setInitially
in interface OracleConstraint
public SQLName getExceptionsInto()
getExceptionsInto
in interface OracleConstraint
public void setExceptionsInto(SQLName exceptionsInto)
setExceptionsInto
in interface OracleConstraint
public OracleUsingIndexClause getUsing()
getUsing
in interface OracleConstraint
public void setUsing(OracleUsingIndexClause using)
setUsing
in interface OracleConstraint
public void cloneTo(OracleCheck x)
public OracleCheck clone()
clone
in interface SQLObject
clone
in interface SQLTableElement
clone
in interface OracleConstraint
clone
in class SQLCheck
Copyright © 2013–2021 Alibaba Group. All rights reserved.