public interface OracleConstraint extends OracleSQLObject, SQLConstraint, SQLTableElement
| Modifier and Type | Interface and Description |
|---|---|
static class |
OracleConstraint.Initially |
| Modifier and Type | Method and Description |
|---|---|
OracleConstraint |
clone() |
Boolean |
getDeferrable() |
Boolean |
getEnable() |
SQLName |
getExceptionsInto() |
OracleConstraint.Initially |
getInitially() |
OracleUsingIndexClause |
getUsing() |
Boolean |
getValidate() |
void |
setDeferrable(Boolean enable) |
void |
setEnable(Boolean enable) |
void |
setExceptionsInto(SQLName exceptionsInto) |
void |
setInitially(OracleConstraint.Initially value) |
void |
setUsing(OracleUsingIndexClause using) |
void |
setValidate(Boolean validate) |
accept0getComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentSQLName getExceptionsInto()
void setExceptionsInto(SQLName exceptionsInto)
Boolean getDeferrable()
void setDeferrable(Boolean enable)
Boolean getEnable()
void setEnable(Boolean enable)
Boolean getValidate()
void setValidate(Boolean validate)
OracleConstraint.Initially getInitially()
void setInitially(OracleConstraint.Initially value)
OracleUsingIndexClause getUsing()
void setUsing(OracleUsingIndexClause using)
OracleConstraint clone()
clone in interface SQLObjectclone in interface SQLTableElementCopyright © 2013–2018 Alibaba Group. All rights reserved.