public class OraclePrimaryKey extends SQLPrimaryKeyImpl implements OracleConstraint, SQLPrimaryKey, SQLTableElement
OracleConstraint.Initiallyhints| Constructor and Description |
|---|
OraclePrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLExpr> |
getColumns() |
Boolean |
getDeferrable() |
Boolean |
getEnable() |
SQLName |
getExceptionsInto() |
OracleConstraint.Initially |
getInitially() |
OracleUsingIndexClause |
getUsing() |
void |
setDeferrable(Boolean deferrable) |
void |
setEnable(Boolean enable) |
void |
setExceptionsInto(SQLName exceptionsInto) |
void |
setInitially(OracleConstraint.Initially initially) |
void |
setUsing(OracleUsingIndexClause using) |
cloneTo, getHints, getName, getRely, getValidate, setHints, setName, setRely, setValidateaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValidate, setValidategetName, setNameaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, 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 List<SQLExpr> getColumns()
getColumns in interface SQLUniqueConstraintgetColumns in class SQLUniquepublic OracleUsingIndexClause getUsing()
getUsing in interface OracleConstraintpublic void setUsing(OracleUsingIndexClause using)
setUsing in interface OracleConstraintpublic SQLName getExceptionsInto()
getExceptionsInto in interface OracleConstraintpublic void setExceptionsInto(SQLName exceptionsInto)
setExceptionsInto in interface OracleConstraintpublic Boolean getEnable()
getEnable in interface OracleConstraintgetEnable in class SQLConstraintImplpublic void setEnable(Boolean enable)
setEnable in interface OracleConstraintsetEnable in class SQLConstraintImplpublic OracleConstraint.Initially getInitially()
getInitially in interface OracleConstraintpublic void setInitially(OracleConstraint.Initially initially)
setInitially in interface OracleConstraintCopyright © 2013–2017 Alibaba Group. All rights reserved.