public class OraclePrimaryKey extends SQLPrimaryKeyImpl implements OracleConstraint, SQLPrimaryKey, SQLTableElement, SQLTableConstraint
OracleConstraint.Initiallyhints| Constructor and Description |
|---|
OraclePrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OraclePrimaryKey |
clone() |
void |
cloneTo(OraclePrimaryKey x) |
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, isClustered, setClusteredaddColumn, addColumn, applyColumnRename, applyDropColumn, cloneTo, containsColumn, containsColumn, getColumns, simplifycloneTo, cloneTo, getComment, getDbType, getHints, getName, getRely, getValidate, setComment, setDbType, 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, waitgetValidate, setValidatecontainsColumn, containsColumn, getColumnsgetComment, 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 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 OracleConstraintpublic void cloneTo(OraclePrimaryKey x)
public OraclePrimaryKey clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in interface OracleConstraintclone in class SQLPrimaryKeyImplCopyright © 2013–2018 Alibaba Group. All rights reserved.