public class OracleUnique extends SQLUnique implements OracleConstraint, OracleSQLObject
OracleConstraint.Initiallyhints| Constructor and Description |
|---|
OracleUnique() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleUnique |
clone() |
void |
cloneTo(OracleUnique 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) |
addColumn, addColumn, applyColumnRename, applyDropColumn, cloneTo, containsColumn, containsColumn, getColumns, simplifycloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidateaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnable, getValidate, setEnable, setValidategetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 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 OracleConstraint.Initially getInitially()
getInitially in interface OracleConstraintpublic void setInitially(OracleConstraint.Initially initially)
setInitially in interface OracleConstraintpublic void cloneTo(OracleUnique x)
public OracleUnique clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in interface OracleConstraintclone in class SQLUniqueCopyright © 2013–2018 Alibaba Group. All rights reserved.