public class OraclePrimaryKey extends SQLPrimaryKeyImpl implements OracleConstraint, SQLPrimaryKey, SQLTableElement, SQLTableConstraint
OracleConstraint.Initially| 限定符和类型 | 字段和说明 |
|---|---|
private Boolean |
deferrable |
private Boolean |
enable |
private SQLName |
exceptionsInto |
private OracleConstraint.Initially |
initially |
private OracleUsingIndexClause |
using |
clusteredcomment, dbType, hints, name, rely, validateattributes, parent| 构造器和说明 |
|---|
OraclePrimaryKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor 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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringgetValidate, setValidatecontainsColumn, containsColumn, getColumnsgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate OracleUsingIndexClause using
private SQLName exceptionsInto
private Boolean enable
private OracleConstraint.Initially initially
private Boolean deferrable
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLPrimaryKeyImplpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic Boolean getDeferrable()
getDeferrable 在接口中 OracleConstraintpublic void setDeferrable(Boolean deferrable)
setDeferrable 在接口中 OracleConstraintpublic OracleUsingIndexClause getUsing()
getUsing 在接口中 OracleConstraintpublic void setUsing(OracleUsingIndexClause using)
setUsing 在接口中 OracleConstraintpublic SQLName getExceptionsInto()
getExceptionsInto 在接口中 OracleConstraintpublic void setExceptionsInto(SQLName exceptionsInto)
setExceptionsInto 在接口中 OracleConstraintpublic Boolean getEnable()
getEnable 在接口中 OracleConstraintgetEnable 在类中 SQLConstraintImplpublic void setEnable(Boolean enable)
setEnable 在接口中 OracleConstraintsetEnable 在类中 SQLConstraintImplpublic OracleConstraint.Initially getInitially()
getInitially 在接口中 OracleConstraintpublic void setInitially(OracleConstraint.Initially initially)
setInitially 在接口中 OracleConstraintpublic void cloneTo(OraclePrimaryKey x)
public OraclePrimaryKey clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableElementclone 在接口中 OracleConstraintclone 在类中 SQLPrimaryKeyImplCopyright © 2013–2019 Alibaba Group. All rights reserved.